1. 17 Aug, 2015 2 commits
    • Tatsuhiro Tsujikawa's avatar
      nghttpd: Support HEAD request · 165cab7a
      Tatsuhiro Tsujikawa authored
      165cab7a
    • Tatsuhiro Tsujikawa's avatar
      Rewrite priority handling · 5b59e46e
      Tatsuhiro Tsujikawa authored
      We now use priority queue per stream, which contains the stream which
      has ready to send a frame, or one of its descendants have a frame to
      send.  We maintain invariant that if a stream is queued, then its
      ancestors are also queued (except for root).  When we re-schedule
      stream after transmission, we re-schedule all ancestors, so that
      streams on the other path can get a chance to send.  This is basically
      the same mechanism h2o project uses, but there are differences in the
      details.
      5b59e46e
  2. 14 Aug, 2015 9 commits
  3. 13 Aug, 2015 3 commits
  4. 12 Aug, 2015 8 commits
  5. 11 Aug, 2015 7 commits
  6. 10 Aug, 2015 1 commit
  7. 09 Aug, 2015 3 commits
  8. 08 Aug, 2015 7 commits