-
Notifications
You must be signed in to change notification settings - Fork 223
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
empty body on GET responses that Upgrade #333
Comments
okay it appears the bug is somewhere in between |
ah yes looks like this squarely belongs to |
👍
…On Fri, Jun 14, 2019, 11:38 PM Dorian Taylor ***@***.***> wrote:
ah yes looks like this squarely belongs to http_parser.rb
<https://github.com/tmm1/http_parser.rb>. neeeeeeever mind!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#333?email_source=notifications&email_token=AAACTHBENMUP6ZNETL3I3QLP2SE7DA5CNFSM4HYODPZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXYRVJI#issuecomment-502340261>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAACTHET33ZP56JDCFMODQTP2SE7DANCNFSM4HYODPZA>
.
|
Heads up, I compiled |
Currently using em-http 1.1.5 to write something to rip through and harvest metadata from a bunch of links and it silently failed on one of them (hi @aristus), so I broke it out into a copy of the getting started example to see it would replicate:
Sure enough it does; it returns:
Wireshark says the data goes over the connection as expected. Response headers are
The only thing slightly unusual is the
Upgrade
header andConnection: Upgrade, close
, which seems to replicate an empty body when I enablemod_http2
on my own Apache. Not sure where to look for a diagnosis, but again this is 1.1.5.The text was updated successfully, but these errors were encountered: