Paul
Paul

Reputation: 1014

BOSH sessions shares the HTTP connections with other HTTP traffic

The documentation of BOSH mentions that, "Each BOSH session MAY share the HTTP connections with other HTTP traffic ..." . Could anyone explain it a little bit more?

Upvotes: 0

Views: 236

Answers (1)

Eric
Eric

Reputation: 2706

In the case of keep-alive http connections to the XMPP server, the browser may use the connection to access other HTTP services on the XMPP server.

Upvotes: 2

Related Questions