You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/04/07 00:57:05 UTC

DO NOT REPLY [Bug 50481] mod_proxy with SSLProxyEngine truncates files fetched with chunked encoding

https://issues.apache.org/bugzilla/show_bug.cgi?id=50481

--- Comment #8 from Costa Sapuntzakis <cs...@gmail.com> 2011-04-06 18:57:02 EDT ---
Questions/comments on the patch: 

 * what would be returned at end of stream without CR/LF? I suspect the code
would just not return the last bit of data...
 * what are the semantics of MODE_GET_LINE? Is it OK to return an error and
data?
 * char_buffer_write doesn't append. If the function gets EAGAIN twice in a
row, it will clobber the first bit of data.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org