in reply to Using Persistent Connections with SOAP::Lite HTTP clients
Great snippet! Thanks.
FYI. As of http 1.1, the persistent connection (KeepAlive header) is set to true by default.
However if the server responds with a Connection: close header, the tcp (and ssl) connection between client and server is no longer persistent. The soap session may remain in place however depending on the soap client-server application communication.
It also implies that the server is not configured or not able to maintain or support persistent connections.
With kind regards.
ddn123456
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Using Persistent Connections with SOAP::Lite HTTP clients
by tomhukins (Curate) on Sep 21, 2010 at 19:13 UTC | |
by ddn123456 (Pilgrim) on Dec 16, 2010 at 12:52 UTC |