aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol/http2.py
Commit message (Collapse)AuthorAgeFilesLines
* autoflakeThomas Kriechbaumer2016-02-141-2/+0
|
* autopep8Thomas Kriechbaumer2016-02-141-1/+0
|
* print http2 frames to debug logMaximilian Hils2016-02-141-0/+6
|
* fix syntaxThomas Kriechbaumer2016-02-081-1/+2
|
* fix #920Thomas Kriechbaumer2016-02-081-0/+19
| | | This might be implemented by hyper-h2 in the future.
* http2: fix http_versionMaximilian Hils2016-02-081-2/+2
|
* fix http2 race conditionThomas Kriechbaumer2016-02-041-14/+53
|
* cleanupThomas Kriechbaumer2016-02-041-7/+7
|
* do not send RST if there is not upstream stream openend yetMaximilian Hils2016-02-041-1/+2
|
* fix locking issuesThomas Kriechbaumer2016-02-041-0/+1
|
* fix tests and use netlib utilsThomas Kriechbaumer2016-02-041-1/+2
|
* code formattingThomas Kriechbaumer2016-02-041-3/+7
|
* fix authority handlingThomas Kriechbaumer2016-02-041-4/+4
|
* add more tests, improve coverageThomas Kriechbaumer2016-02-041-15/+11
|
* bump h2 dependency and use latest APIThomas Kriechbaumer2016-02-041-1/+1
|
* test PushPromise supportThomas Kriechbaumer2016-02-041-2/+9
|
* increase coverageThomas Kriechbaumer2016-02-041-6/+7
|
* improve http2 header parsingThomas Kriechbaumer2016-02-041-0/+3
|
* reuse frame reading snippetThomas Kriechbaumer2016-02-041-5/+1
|
* split files into http, http1, and http2Thomas Kriechbaumer2016-02-041-0/+365