hyper icon indicating copy to clipboard operation
hyper copied to clipboard

HTTP/2 for Python.

Results 100 hyper issues
Sort by recently updated
recently updated
newest added

I am using hyper version hyper 0.7.0 and I am facing an issue with my code. I am not able to find out how readtimeout works hyper. During execution I...

It looks like the tests are supposed to work without internet, but I found three which didn't in master. My patch to solve it was ``` commit 5525bd1607ed4af5db7e31c89357a54a8b222728 Author: John...

Fixes https://github.com/Lukasa/hyper/issues/372

issue #394 Port Number is not present in the authority header based on https://tools.ietf.org/html/rfc7540#section-8.1.2.3 and https://tools.ietf.org/html/rfc3986#section-3.2.3

Hi, I'm using Hyper to connect to a HTTP/2 website and I'd like to be able to control timeouts (connection, read, dns resolver). I don't seem to be able to...

Long-Term Goal

Resolves #398, by including `_bytes_in_buffer` into the `_remaining_capacity` calculation. Added test to illustrate the issue.

Ran into an issue while testing/benchmarking several hundreds of HTTP/1.1 `HEAD` requests, which would always result in a `ConnectionResetError` after the exact same number of requests. Investigating the issue shows...

port number is not present in the authority header of a message when any port other than 80 or 443 needs to be used.