Skip to content
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 #534

Closed
amerov opened this issue Feb 25, 2019 · 1 comment
Closed

Empty body #534

amerov opened this issue Feb 25, 2019 · 1 comment

Comments

@amerov
Copy link

amerov commented Feb 25, 2019

res = HTTP.get('https://getnative.me/')
res.body.to_s
=> ""

res = Typhoeus.get('https://getnative.me/')
res.body.to_s
=> <!doctype html>\n<html>\n   <head>\n      <meta charset=\"utf-8\">...

@ixti
Copy link
Member

ixti commented Feb 25, 2019

This is a known issue that was fixed in master. You can use release 5.0.0.pre that includes the fix.

See: #489, #433, #422 and #508

@ixti ixti closed this as completed Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants