You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Norris Merritt <no...@peregrine.com> on 2003/01/22 04:20:37 UTC

Why does HTTPSender.java send Connection: close when HTTP version has been set to 1.1 ?

line 334:   httpConnection = HTTPConstants.HEADER_CONNECTION_CLOSE; //Force
close for now.