# HG changeset patch # User Matthew Wild # Date 1370623669 -3600 # Node ID d5059e73db53101c9634602c1acb7c3e93048e1f # Parent 9218a0e81a412d40ccf941e9b9f9abb82fba5478 mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server) diff -r 9218a0e81a41 -r d5059e73db53 plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Fri Jun 07 17:47:27 2013 +0100 +++ b/plugins/mod_bosh.lua Fri Jun 07 17:47:49 2013 +0100 @@ -36,7 +36,7 @@ local consider_bosh_secure = module:get_option_boolean("consider_bosh_secure"); -local default_headers = { ["Content-Type"] = "text/xml; charset=utf-8", ["Connection"] = "keep-alive" }; +local default_headers = { ["Content-Type"] = "text/xml; charset=utf-8" }; local cross_domain = module:get_option("cross_domain_bosh", false); if cross_domain then