-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Extending the capabilities of the HTTP/2.0 server
* Made multithreading more robust, and made it so each stream gets its own thread * Requests start getting parsed immediately, and do not wait for the entire request to get there. This helps with 404 detection early on and other use cases. * Created H2Request object * Improved `write_push` docstring * Improved flexibility of `write_push`, the user can now choose wether or not to immediately push. * Using `six.moves` for python compatability with Queue
- Loading branch information
David Heiberg
committed
Jul 27, 2018
1 parent
3f67724
commit 32ac198
Showing
3 changed files
with
140 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters