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
|