Displaying 1 result from an estimated 1 matches for "301,311".
2003 Apr 21
0
Patch for zero content-length
...end_offset = ctx->input->v_offset;
ctx->content_length = end_offset - start_offset;
+ ctx->content_length_good = TRUE;
}
i_stream_seek(ctx->input, start_offset);
***************
*** 301,311 ****
--- 304,316 ----
strcasecmp(hdr->name, "Content-Length") == 0) {
/* manual parsing, so we can deal with uoff_t */
ctx->content_length = 0;
+ ctx->content_length_good = TRUE;...