issues Search Results · repo:python-hyper/h2 language:Python
Filter by
218 results
(55 ms)218 results
inpython-hyper/h2 (press backspace or delete to remove)With the new 4.2.0 release that adds the py.typed marker, mypy is reporting that my Event handling code should be ready
for None values. For instance,
if isinstance(event, h2.events.RequestReceived): ...
timoffex
- 2
- Opened 26 days ago
- #1298
4.2.0 was published without a source distribution. Please upload the missing source distribution, as it is used for
downstream packaging.
mgorny
- 2
- Opened on Feb 2
- #1295
Apologies if this is a dumb question. I figure I could test this myself with a little work, or even find an example
online, but I cannot tell from the documentation of h2.events.RequestReceived whether ...
timoffex
- 1
- Opened on Jan 16
- #1293
https://typing.readthedocs.io/en/latest/spec/distributing.html#packaging-type-information
Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their ...
timoffex
- 2
- Opened on Jan 16
- #1292
I am using the following code to update the MAX_FRAME_SIZE setting:
conn = H2Connection(config)
conn.local_settings.max_frame_size = 2**18
conn.local_settings.acknowledge()
but this causes a FRAME_SIZE_ERROR, ...
sujaldev
- 2
- Opened on Nov 17, 2024
- #1288
I would like to report a potential bug I found, which I previously submitted via email on November 1st. Since I haven’t
received a response, I wanted to follow up here in case the email was missed or if ...
tepel-chen
- 1
- Opened on Nov 11, 2024
- #1285
The http2 server and client examples in the docs use DHE, see towards the end:
ctx.set_ciphers( ECDHE+AESGCM:ECDHE+CHACHA20:DHE+AESGCM:DHE+CHACHA20 )
I think DHE should be removed from this considering ...
mrdaybird
- 1
- Opened on Aug 16, 2024
- #1284
When using auto flow control through acknowledge_receive_data, is there a way to configure the receive window (for both
the connection and the stream)?
I know that we can set the INITIAL_WINDOW_SIZE for ...
jonathanslenders
- 2
- Opened on Feb 6, 2024
- #1280
In the _recv_headers_frame code, a check is made on the number if inbound streams. If this is above the limit, then a
TooManyStreamsError is raised.
The error text and logged value is incorrect and has ...
stephenc-pace
- 1
- Opened on Mar 10, 2023
- #1278
Hello, some web supports HTTP/2 but doesn t advertise this via ALPN. How can I send HTTP/2 requests using h2. I failed
with the following code return ConnectionTerminated error_code:ErrorCodes.CONNECT_ERROR, ...
cyal1
- Opened on Sep 14, 2022
- #1272

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.