- 21 Jul, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Jul, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
clang + libc++ does not work, it still requires libc++_shared.so runtime even if -lstdc++ is used, which supposed to link with static version of libc++.
-
- 16 Jul, 2016 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
It was markdown, we should use reST.
-
- 13 Jul, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 10 Jul, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 08 Jul, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
Previously, we didn't retry request on connection failure. Sometimes we hit the edge case where connection is about to lost just when we write request. To avoid this situation, we now retry request to failed attempt. We also add ConnectBlocker to MemcachedConnection not to attempt to connect to memcached if connection could not be made previously.
-
- 07 Jul, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 06 Jul, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We use technique described in https://github.com/RJ/ketama
-
- 04 Jul, 2016 1 commit
-
-
Tomasz Buchert authored
-
- 02 Jul, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We define the behaviour when NGHTTP2_ERR_CANCEL is returned from before_frame_send_callback. That is to cancel the frame passed to the callback.
-
- 27 Jun, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
In our use case, x and y is quite small, and there is no chance for overflow, and y is always integer.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 26 Jun, 2016 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 25 Jun, 2016 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
openssl lacks SSL_CTX_get0_certificates().
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
To reduce TTFB with large number of incoming connections, we now intentionally accept one connection at a time, so that it does not delay the TTFB of the existing connection. This is significant especially for TLS connections.
-
- 24 Jun, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 23 Jun, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
For HTTP/2, read timer starts when there is no downstream, and timer stops when there is at least one downstream. For HTTP/1, read timer starts when request handling finished, and timer stops when request handling starts.
-