Skip to content

Commit

Permalink
Merge pull request #697 from sbalmos/master
Browse files Browse the repository at this point in the history
Copy original request headers on subsequent polling POSTs
  • Loading branch information
jfarcand committed Oct 18, 2012
2 parents 994da4e + 893e26f commit 6f19d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ jQuery.atmosphere = function() {
method: 'POST',
url: _request.url,
contentType : _request.contentType,
headers: {},
headers: _request.headers,
reconnect : true,
callback: null,
data : msg,
Expand Down

0 comments on commit 6f19d3a

Please sign in to comment.