https://bz.apache.org/bugzilla/show_bug.cgi?id=58583
--- Comment #7 from Rainer Jung <[email protected]> --- Yes, that was my impression when I looked at the ticket. I wrote "Looking at HTTPHC3Impl and HTTPHC4Impl it really seems we only set the "Connection: close" header but don't tell the HTTP clent to actually close the connection. I didn't check for the Java impl." If the *server* sends "Connection: close", then the client will automatically close the ocnnection, but only sending a "Connection: close" from the client side does not lead to automaticaly closing it in the client. IMHO we have to tell the client not only to send "Connection: close" but also to close the connection. Most servers do send "Connection: close" so often the problem doesn't occur. -- You are receiving this mail because: You are the assignee for the bug.
