- 02 Jun, 2016 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
For those connections via frontend with api parameter, they use solely APIDownstreamConnection. In this commit, APIDownstreamConnection just consumes all request body, and do nothing. The next few commits implements our first API endpoint: /v1/api/dynamicconfig.
-
Tatsuhiro Tsujikawa authored
-
- 01 Jun, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
fix warning: declaration of 'free' shadows a global declaration
-
Alexis La Goutte authored
With some old OS X release
-
- 31 May, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 29 May, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 May, 2016 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 26 May, 2016 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 25 May, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 24 May, 2016 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 23 May, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Write PID in temporary file first. Then rename it as the real destination. It will avoid the issue that the external process may read the empty PID file because of race condition.
-
- 22 May, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 21 May, 2016 11 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
SETTINGS timeout can be configurable using --frontend-http2-settings-timeout and --backend-http2-settings-timeout.
-
Tatsuhiro Tsujikawa authored
Since we only use it once, we don't have to use ev_timer_again, and stop timer manually.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We don't have to check activeness of SETTINGS ACK timer since we only send SETTINGS frame without ACK only once per session at the moment.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Also, we say connection succeeded only when we got SETTINGS ACK from peer, rather than when we just connected to the peer in TCP or TLS.
-
Tatsuhiro Tsujikawa authored
-