- 13 Apr, 2015 1 commit
-
-
Tatsuhiro Tsujikawa authored
Fixes GH-207
-
- 12 Apr, 2015 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 10 Apr, 2015 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We should ignore Content-Length and Transfer-Encoding for upgraded response, and reset content-length if this is a non-final response.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 09 Apr, 2015 10 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Alexis La Goutte authored
-
- 08 Apr, 2015 17 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Although posx_spawn is very convenient and useful, we have platform which don't have these functions (e.g., Android NDK r10d).
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Since libev handles SIGCHLD, using waitpid in separate thread to wait for the completion of fetch-ocsp-response script process is undefined. This commit rewrite ocsp handling code so that it utilizes libev ev_child watcher and perform ocsp update without thread.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Previously we send RST_STREAM when we send DATA with END_STREAM flag set. With this commit, we also do this when we send HEADERS with END_STREAM flag set.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The bug was introduced by 8c3b379b.
-
- 07 Apr, 2015 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 06 Apr, 2015 2 commits
-
-
Tatsuhiro Tsujikawa authored
The existing nghttp2_session_consume() affects both connection and stream level flow control windows. The new functions only affects either connection or stream. There is some interesting use cases. For example, we may want to pause a stream by not sending WINDOW_UPDATE, meanwhile we want to continue to process other streams. In this case, we use nghttp2_session_consume_connection() to tell library that only connection level window is recovered. The relevant discussion: https://code.google.com/p/chromium/issues/detail?id=473259
-
Tatsuhiro Tsujikawa authored
-