-
-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[atmosphere.js] Firefox Bug: getAllResponseHeaders() returns empty String #273
Comments
jfarcand
added a commit
that referenced
this issue
Apr 10, 2012
Integrated, thanks! |
But your integrated fix is located inside block
Seems, it will never invoked in firefox, isn't it? |
Hum...not sure how I've missed it. Re-opening the issue. |
Properly fixed |
jfarcand
added a commit
that referenced
this issue
May 30, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=608735
Here is a workaround/patch (which we use), but it's just a quick hotfix (insert these lines in atmosphere.js#783):
This reads explicitly all headers set in request.headers (takes the names).
The text was updated successfully, but these errors were encountered: