mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-18 09:25:51 +00:00
5d7b2198ba
* 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. From-SVN: r76412