DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16522>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16522 Allow Axis HTTP 1.1 clients to use Keep-Alive ------- Additional Comments From [EMAIL PROTECTED] 2003-02-04 17:57 ------- Although it may be moot at this point, I attached a different patch which addresses issues 1) and 3) raised by Marko and also does not modify HTTPSender nearly so heavily. Chen's version was written in early 2002 and therefore would back-level it, plus it ignored ChunkedInputStream, had hard-coded constants etc. So instead of replacing HTTPSender.java and introducing HTTPInputStream.java, this patch modifies the existing version of HTTPSender.java and SocketInputStream.java. It is somewhat of a hack, but perhaps it will be helpful to someone else who can't wait another year for Keep- Alive support. With this mod, the client application is responsible for calling "msgContext.getAxisEngine().getTransport("http").cleanup()" or the equivalent when they are done with sequence of SOAP calls.
