gcc/libjava ChangeLog gnu/java/net/protocol/ht ...
mkoch@gcc.gnu.org
mkoch@gcc.gnu.org
Fri Jan 23 12:32:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: mkoch@gcc.gnu.org 2004-01-23 12:32:23
Modified files:
libjava : ChangeLog
libjava/gnu/java/net/protocol/http: Connection.java
Log message:
2004-01-23 Michael Koch <konqueror@gmx.de>
* gnu/java/net/protocol/http/Connection.java
(connect): Don't initialize bufferedOutputStream if not needed.
(sendRequest): Set property for content length if content is present.
Write content only if present.
(getOutputStream): Check if already connected, dont connect,
initalize bufferedOutputStream if needed.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.2593&r2=1.2594
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/net/protocol/http/Connection.java.diff?cvsroot=gcc&r1=1.13&r2=1.14
More information about the Gcc-cvs
mailing list