Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
1581
|
Version |
tigase-server-5.2.0
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
1581
|
Version |
tigase-server-5.2.0
|
Our team uses BOSH through an HTTP proxy. At times, the BOSH session manager will close a socket by simply sending a TCP FIN packet with no "Connection: close" header. In this case, the HTTP proxy does not have a valid HTTP response to send to the client, so it manifests as an HTTP 502 response.
BOSH should always send a HTTP/1.1 compliant "Connection: Close" header when it closes a socket.