https://issues.apache.org/bugzilla/show_bug.cgi?id=46295


Rodney <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Rodney <[EMAIL PROTECTED]>  2008-11-25 10:07:47 PST ---
I found the Connection: close  HTTP/1.1 header.

It runs out the Apache Jarakarta HTTPClient 3.1 library does not send this and
is having performance issues due to how it is handling some headers.

By adding the "Connection: close" header to my example code the issue was fixed
right away.

The one thing to note is that Apache 2.2.x on Linux seems to close the socket
right away whereas on Windows it takes anywhere from 6-16 seconds.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to