summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2
Commit message (Expand)AuthorAgeFilesLines
* HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-215-20/+88
* Refactor Http2::FrameReader/Http2::FrameWriterTimur Pocheptsov2016-08-194-320/+255
* HTTP/2 - do not set END_HEADERS if we have CONTINUATIONsTimur Pocheptsov2016-08-171-0/+1
* http2frame - do not rely on a socket's bufferTimur Pocheptsov2016-08-112-30/+64
* Revert "Implement protocol upgrade for HTTP/2 enabled requests"Timur Pocheptsov2016-08-042-52/+0
* Implement protocol upgrade for HTTP/2 enabled requestsTimur Pocheptsov2016-08-032-0/+52
* HTTP/2 - fix 'GOAWAY' frame size validationTimur Pocheptsov2016-07-251-2/+6
* Add "We mean it." warning to HTTP2 protocol handler headersFriedemann Kleint2016-07-133-0/+33
* HTTP2 protocol handlerTimur Pocheptsov2016-07-087-2/+1218
* HPACK implementationTimur Pocheptsov2016-06-159-0/+2763