aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http2/protocol.py
Commit message (Expand)AuthorAgeFilesLines
* http2: improve :authority headerThomas Kriechbaumer2015-06-161-0/+3
* http2: improve test suiteThomas Kriechbaumer2015-06-161-8/+8
* http2: return stream_id from request for responseThomas Kriechbaumer2015-06-161-4/+7
* http2: fix header_block_fragments and lengthThomas Kriechbaumer2015-06-161-8/+15
* http2: only first headers frame as END_STREAM flagThomas Kriechbaumer2015-06-161-2/+2
* http2: improve frame outputThomas Kriechbaumer2015-06-161-5/+6
* http2: improve frame outputThomas Kriechbaumer2015-06-161-25/+36
* http2: add authority headerThomas Kriechbaumer2015-06-141-1/+5
* http2: add response creationThomas Kriechbaumer2015-06-121-15/+41
* http2: general improvementsThomas Kriechbaumer2015-06-121-20/+43
* fix coding styleThomas Kriechbaumer2015-06-081-2/+4
* http2: ditch the logging for nowAldo Cortesi2015-06-061-13/+0
* http2: resolve module structure and circular dependenciesAldo Cortesi2015-06-061-0/+174