-
Notifications
You must be signed in to change notification settings - Fork 169
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
EventMachine 1.1.4 breaks certain puffing-billy requests #164
Comments
Let's pin the version for now until someone has time to investigate further. Can you PR that? |
just issued a pull request to a potential fix for this: #167 build now seems to work against em-http-request 1.1.4, 1.1.5 - previously these versions were failing the puffing billy build for me. |
@asafbrukarz does the PR from @damned fix the issue you were seeing? |
@asafbrukarz any update here? |
We're hitting unexpected errors, potentially related to this issue. Any updates would be good 👍 |
@AlanFoster can you try the fix in this PR: #167 If it works, I'll get it merged in soon. |
I'm sorry if this is not the best place to post this question, but I'm struggling with getting puffing-billy installed and stumbled upon this issue. Perhaps any answer to my question can help someone else with the same issue: The puffing-billy master branch (and the 0.9.2 gem) seems to be pinned to eventmachine ~> 1.0.4, but I have other gems depending on a more recent version of eventmachine. This issue mentions eventmachine 1.1.4, but could someone help me understand how I even get to install puffing-billy with that (or more recent) versions of eventmachine? |
@ronwsmith Any idea when #167 can be merged? I have similar issue with billy as @rogerkk, have other gems depending on newer version of eventmachine... |
@jurglic have you tried using that branch to verify it works before I merge it? |
@ronwsmith Yes I'm using this branch. Additionally I've bumped addressable to All works for me. |
@jurglic Great, thanks for verifying! Can you create a PR with those two updated gems and this change? |
Sure, will do |
I lot has changed around gems since this PR was opened. Are people still having the same issues using 0.12.0? |
Probably a good idea would be to close this issue, as it seems eventmachine was updated to a lot newer version, so it might be solved. |
Feel free to reopen if anything comes up |
Um... so, what's the current state with EM compatibility? My code already uses EM at |
More info It seems like first the em version was pinned to Also #212 pins em version back to |
@dreyks feel free to open up a new PR with a fix. |
A change made to the default request compressing in
em-http-request
(igrigorik/em-http-request@8c72228) has broken certain puffing billy requests for us.This took a long time to diagnose, but when requests are made to load Google maps from the client,
//maps.googleapis.com/maps/api/js?v=3.exp&callback=...
the proxy returns a 0 length response.Locking
em-http-request
to1.1.3
fixes this issue. Any thoughts?The text was updated successfully, but these errors were encountered: