- 30 Oct, 2015 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 29 Oct, 2015 7 commits
-
-
Tatsuhiro Tsujikawa authored
With 4825009e, static lib is no longer required for unit tests.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This function is useful for the client application to know that there is a chance that request can be sent. If this function returns 0, there is zero chance to make a request. This commit also set error_code passed to nghttp2_on_stream_close_callback to NGHTTP2_REFUSED_STREAM if request is not sent.
-
Tatsuhiro Tsujikawa authored
If request submission is failed, make all remaining requests for that client fail.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 Oct, 2015 7 commits
-
-
Tatsuhiro Tsujikawa authored
User can change file name using --mime-types-file option.
-
Tatsuhiro Tsujikawa authored
It seems that using ev_feed_event to signal write operation is much faster than starting watcher. This is probably due to the fact that we don't need to wait in event loop. The same thing cannot be done in HTTP/2 frontend, since this will raise write operation for each stream HEADER/DATA write, which leads to very small packets, hurting performance. Interestingly, HTTP/1 frontend also suffers the same performance hit.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Revert "add PIDFile directive to systemd service"
-
Tatsuhiro Tsujikawa authored
h2load: do not overwrite protocol value
-
Lucas Pardue authored
-
Janusz Dziemidowicz authored
This reverts commit 19c095a8. See discussion at #375 for details.
-
- 27 Oct, 2015 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commit also fixes the problem that application protocol is not shown if cleartext spdy is used.
-
Tatsuhiro Tsujikawa authored
-
- 26 Oct, 2015 4 commits
-
-
Kamil Dudka authored
-
Tatsuhiro Tsujikawa authored
-
-
Alexis La Goutte authored
-
- 25 Oct, 2015 14 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
-
Tatsuhiro Tsujikawa authored
Update doc for Debian 7.0 or above and add g++ requirement
-
Tatsuhiro Tsujikawa authored
-
187j3x1 authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 24 Oct, 2015 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-