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

correct http2 test #69

Merged
merged 1 commit into from
Jul 14, 2021
Merged

correct http2 test #69

merged 1 commit into from
Jul 14, 2021

Conversation

anlutro
Copy link
Owner

@anlutro anlutro commented Jul 14, 2021

turns out that http2 responses do not contain the status text, e.g. "OK":

$ curl -I https://httpbin.org/get
HTTP/2 200 
date: Wed, 14 Jul 2021 16:07:26 GMT
content-type: application/json
content-length: 256
server: gunicorn/19.9.0
access-control-allow-origin: *
access-control-allow-credentials: true

@anlutro anlutro merged commit 6f40b7a into master Jul 14, 2021
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

Successfully merging this pull request may close these issues.

1 participant