# HG changeset patch # User Matthew Wild # Date 1370526521 -3600 # Node ID c321f1fed85142fee3d66579dd990dc3d873bc26 # Parent f7f667c48d9ac55f5465787858cc3505b77b3f32 mod_bosh: Remove another place we set headers, fixes #348 diff -r f7f667c48d9a -r c321f1fed851 plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Wed Jun 05 21:41:27 2013 +0100 +++ b/plugins/mod_bosh.lua Thu Jun 06 14:48:41 2013 +0100 @@ -281,7 +281,6 @@ local oldest_request = r[1]; if oldest_request and not session.bosh_processing then log("debug", "We have an open request, so sending on that"); - oldest_request.headers = default_headers; local body_attr = { xmlns = "http://jabber.org/protocol/httpbind", ["xmlns:stream"] = "http://etherx.jabber.org/streams"; type = session.bosh_terminate and "terminate" or nil;