tornado_http2 icon indicating copy to clipboard operation
tornado_http2 copied to clipboard

Results 8 tornado_http2 issues
Sort by recently updated
recently updated
newest added

Bumps [tornado](https://github.com/tornadoweb/tornado) from 4.3 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0...

dependencies

Resolve error wehen send data with size bigger than max size => partionning data in packets. Remove StreamClosedError at closing connection

Hello @bdarnell, tanks for the project. I have an issue at the end on a request. On a the server part, when I write something and then call finish method,...

i'm trying to use this module in tornado 6.1 but when i try to execute the script i have a exception that tell `WARNING:tornado.general:Script exited with uncaught exception Traceback (most...

[hyper-h2](https://github.com/python-hyper/hyper-h2) is a great library for handling the state machine logic for the http2 protocol. It might be worth looking into swapping to using `h2` instead of updating and maintaining...

There is a nice integration test out there for ensuring that http2 servers are compliant called [h2spec](https://github.com/summerwind/h2spec). I ran the tests, and the server is failing some tests (and actually...

Hello @bdarnell So I been using this for some time..I wish publicly, but in a undisclosed location I've been using this in production for a little bit now, and I...