| 714:fe4d14625245 | 715:30732c5b292c |
|---|---|
| 180 /* | 180 /* |
| 181 * end of file indicator (write) | 181 * end of file indicator (write) |
| 182 */ | 182 */ |
| 183 WSBool write_eof; | 183 WSBool write_eof; |
| 184 /* | 184 /* |
| 185 * raw socket IO | 185 * raw mode: disable max_read limit |
| 186 */ | 186 */ |
| 187 WSBool raw; | 187 WSBool raw; |
| 188 }; | 188 }; |
| 189 | 189 |
| 190 typedef struct SSLStream { | 190 typedef struct SSLStream { |