1. 07 Nov, 2015 3 commits
    • Tatsuhiro Tsujikawa's avatar
      Fix travis gcc build · af4c3cb2
      Tatsuhiro Tsujikawa authored
      af4c3cb2
    • Tatsuhiro Tsujikawa's avatar
    • Tatsuhiro Tsujikawa's avatar
      Workaround HTTP upgrade with HEAD request · 5e7e479c
      Tatsuhiro Tsujikawa authored
      By default, we check the length of response body matches
      content-length.  For HEAD request, this is not necessarily true, so we
      sniff request method, and if it is HEAD, make sure that response body
      length is 0.  But this does not work for HTTP Upgrade, since
      nghttp2_session_upgrade() has no parameter to tell the request method
      was HEAD.  This commit disables this response body length validation
      for the stream upgraded by HTTP Upgrade.  We will add new version of
      nghttp2_session_upgrade with the parameter to pass the request method
      information so that we can handle this situation properly.
      5e7e479c
  2. 06 Nov, 2015 1 commit
  3. 05 Nov, 2015 4 commits
  4. 03 Nov, 2015 1 commit
  5. 02 Nov, 2015 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Revert 918f8cca · 58d636ab
      Tatsuhiro Tsujikawa authored
      For first scheduling, we might ignore weight.  This is OK since weight
      is just a distribution of resource, rather than strict priority
      ordering.
      58d636ab
  6. 30 Oct, 2015 1 commit
  7. 29 Oct, 2015 7 commits
  8. 28 Oct, 2015 7 commits
  9. 27 Oct, 2015 3 commits
  10. 26 Oct, 2015 4 commits
  11. 25 Oct, 2015 8 commits