DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=26070>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26070

[RFE] Allow streaming of POST methods via chunked transfer encoding.





------- Additional Comments From [EMAIL PROTECTED]  2004-03-09 09:11 -------
Here is my 2 cts. 
I don't see why buffering needs to be coupled with the chunking logic. I think
the same effect can be achieved by just wrapping the stream into a
BufferedOutputStream, no? (That ugly instanceof problem should be solved anyway).

Two more things about the patch:
 * please follow the original coding conventions (braces and linebreaks)
 * license terms must be accoring to the ASF - no third-party copyrights please,
use @author tag, we will mention "Goldman Sachs" in the Obtained-From field in
the CVS comment when committing.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to