src/server/util/io.h

changeset 406
e5d96f6b9306
parent 361
570026d3a685
child 407
78af44222463
equal deleted inserted replaced
405:162f122b96a1 406:e5d96f6b9306
92 #define HTTP_STREAM_CBUF_SIZE 16 92 #define HTTP_STREAM_CBUF_SIZE 16
93 struct HttpStream { 93 struct HttpStream {
94 IOStream st; 94 IOStream st;
95 IOStream *fd; 95 IOStream *fd;
96 96
97 uint64_t written;
97 /* 98 /*
98 * content-length or current chunk size 99 * content-length or current chunk size
99 */ 100 */
100 uint64_t max_read; 101 uint64_t max_read;
101 /* 102 /*

mercurial