This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: gnu.java.net.protocol.http.Connection


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> I would like to commit the attached patch to fix handling of
Michael> data for POST requests (and probably PUT in the future, we
Michael> dont support this yet). It defers initialization of
Michael> bufferedOutputStream and takes care if its not initialized
Michael> when sending the HTTP request to the server.

Michael> Please review and comment. Ok for trunk and branch ? 

This looks ok.

Michael> +	("You cannot get an outputstream for an existing http connection");

I think this should read "output stream" not "outputstream".

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]