1. 21 Nov, 2015 7 commits
  2. 20 Nov, 2015 1 commit
  3. 19 Nov, 2015 2 commits
  4. 18 Nov, 2015 3 commits
    • Tatsuhiro Tsujikawa's avatar
      asio: client: call on_error when connection is dropped · ab1e8305
      Tatsuhiro Tsujikawa authored
      When connection is dropped, we get "nonzero" error code ec in
      read_socket callback.  We can just call on_error callback if ec is
      nonzero.  But there is a problem when we did ordered shutdown.  In
      this case, we also get EOF in ec, but we don't want to call on_error
      because it is not an error.  To workaround this, we check return value
      of should_stop().  If it is true, then we assume that HTTP/2 session
      cleanly ended, and we don't call on_error.
      ab1e8305
    • Tatsuhiro Tsujikawa's avatar
      nghttpd: Defered eviction of cached fd using timer · 8b4f6f17
      Tatsuhiro Tsujikawa authored
      To make use cache fd more robust manner (e.g. among several
      connections), eviction of cached file descriptor now takes place using
      timer.  The timer is started when there is no handler (no
      connections).  The timeout value is hard-coded and 2 seconds.
      8b4f6f17
    • Tatsuhiro Tsujikawa's avatar
      h2load: Override user-agent with -H option · 8c94341c
      Tatsuhiro Tsujikawa authored
      This commit allows user to override user-agent with -H option.  We
      also enabled custom header support for http/1.1 requests.  We also did
      minor optimizations (std::vector::reserve).
      8c94341c
  5. 17 Nov, 2015 1 commit
  6. 16 Nov, 2015 6 commits
  7. 13 Nov, 2015 1 commit
  8. 12 Nov, 2015 2 commits
  9. 09 Nov, 2015 5 commits
  10. 07 Nov, 2015 11 commits
  11. 06 Nov, 2015 1 commit