You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gunsnroz <gu...@hotmail.com> on 2003/10/24 13:05:32 UTC

HTTPSender using HttpUrlConnection

Hi.

I wrote a thread-safe HTTPSender using java.net.HttpUrlConnection 
for solving HTTP 1.1 persistence-connection and keep-alive 
problem which is addressed in
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16522.

I tested it and verify that keep-alive worked with .NET webservices.

I think that it will help pepple who need better HTTP support and can't use
Commons-Http for some reason.
Axis team, can you check this in Axis source tree???

-- Jongjin Choe/