src/server/util/io.h

branch
webdav
changeset 361
570026d3a685
parent 354
017eda1be105
child 406
e5d96f6b9306
equal deleted inserted replaced
360:79ddd772e807 361:570026d3a685
136 WSBool chunked_enc; 136 WSBool chunked_enc;
137 /* 137 /*
138 * end of file indicator (read) 138 * end of file indicator (read)
139 */ 139 */
140 WSBool read_eof; 140 WSBool read_eof;
141 /*
142 * end of file indicator (write)
143 */
144 WSBool write_eof;
141 }; 145 };
142 146
143 typedef struct SSLStream { 147 typedef struct SSLStream {
144 IOStream st; 148 IOStream st;
145 SSL *ssl; 149 SSL *ssl;

mercurial