-
Notifications
You must be signed in to change notification settings - Fork 64
Issues: python-hyper/h11
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
there should be tests for ReceiveBuffer's big-O behavior
#16
opened Oct 12, 2016 by
njsmith
updated Mar 20, 2018
Discussion: h11 API changes and real-world use experience
#17
opened Oct 25, 2016 by
njsmith
updated Mar 20, 2018
Short requests/responses could use more granular exceptions.
#23
opened Dec 1, 2016 by
Lukasa
updated Mar 20, 2018
Possibly h11 in client mode should raise an exception if it receives data before sending a Request
#24
opened Dec 2, 2016 by
njsmith
updated Mar 20, 2018
error_status_hint = 400 even when we are the client
#41
opened Mar 25, 2017 by
vfaronov
updated Mar 20, 2018
Consider a more convenient API for responses to HEAD
#42
opened Mar 25, 2017 by
vfaronov
updated Mar 20, 2018
write_any_response not sending optional causes failure on Samsung TV
#73
opened Aug 20, 2018 by
shaolo1
updated Aug 22, 2018
Tiny maybe-bug in obsolete line folding handling
#59
opened Mar 25, 2018 by
njsmith
updated May 28, 2019
RemoteProtocolError: Illegal header line in response
#130
opened Feb 24, 2021 by
yshen-ya
updated Feb 24, 2021
Possibly we should allow HTTP/1.1 CONNECT requests without a Host: header
#105
opened Sep 30, 2020 by
njsmith
updated Mar 21, 2021
h11 fails on multiple targets where other HTTP clients work
#95
opened Jan 15, 2020 by
fbexiga
updated Jul 27, 2021
provide a new version of Connection that returns/accepts enum types for PAUSED/NEED_DATA our_role their_role etc
#153
opened Jun 19, 2022 by
graingert
updated Jun 19, 2022
Update header value validation to match WHAT-WG fetch spec
#97
opened Jan 16, 2020 by
njsmith
updated Jul 31, 2023
Unable to Monkeypatch h11._headers.normalize_and_validate in h11 v0.14.0
#167
opened Oct 11, 2023 by
makaramkd
updated Oct 12, 2023
Should we support looser header name validation?
#113
opened Oct 16, 2020 by
tomchristie
updated Nov 20, 2024
ProTip!
Exclude everything labeled
bug
with -label:bug.