DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.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://nagoya.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-04 16:47 -------
Architectural discussion aside, I tried out Moh's classes and found them very 
useful. I have existing classes that are designed to read from an input stream 
and write to an output stream and Moh's code made it simpler to hook that into 
httpclient.

So basically, for my purposes, the following:
inputstream -> mycode -> httpclient (as an outputstream)

is better than:

inputstream -> mycode -> outputstream -> inputstream -> httpclient

Bruce.

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

Reply via email to