- 08 Dec, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 07 Dec, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 06 Dec, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
cookie and set-cookie are treated specially and won't be concatenated.
-
Tatsuhiro Tsujikawa authored
-
- 05 Dec, 2013 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This mechanism existed but was deleted. We bring it back in order to prevent lower priority streams from starving.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 04 Dec, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 01 Dec, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 29 Nov, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 28 Nov, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
Previously we use largest stream ID received so far as last-stream-ID, and it is irrevant that it is passed to the callback (thus upper layer). Now the stream ID which is passed to callback is eligible to last-stream-ID.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 26 Nov, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 21 Nov, 2013 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 20 Nov, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commit also changes SPDY's flow control size. Previously, the size for SPDY is the same amount of bytes with HTTP/2. For example, --frontend-http2-upstream-window-bits=N, the window size is 2**N - 1. Now SPDY code uses 2**N.
-
- 19 Nov, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Nov, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 16 Nov, 2013 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The specification now says that index to the header table entry is 1-based. Since 0-based index is very handy to access arrays, we internally uses 0-based index. We just convert it to 1-based when we emit to the block and convert 1-based to 0-based on decoding.
-
Tatsuhiro Tsujikawa authored
-