1. 23 Dec, 2015 2 commits
  2. 22 Dec, 2015 2 commits
  3. 21 Dec, 2015 2 commits
    • Tatsuhiro Tsujikawa's avatar
    • Tatsuhiro Tsujikawa's avatar
      Don't schedule response HEADERS with priority tree · ca4a40b8
      Tatsuhiro Tsujikawa authored
      Previously we scheduled the transmission of response HEADERS using
      priority tree in the belief that it allows more better utilization of
      bandwidth for prioritized streams.  But to reduce the overhead of
      reconstruction of priority queue when connection level flow control
      window is depleted, we just don't check priority tree in this case.
      This means that response HEADERS frames are not sent even though they
      are not flow controlled.  This could waste bandwidth.  To improve this
      situation, we stop scheduling response HEADERS with priority tree for
      now.  Now they are just sent in the order they submitted.  The
      response body DATA continued to be scheduled with priority tree as
      before.
      ca4a40b8
  4. 20 Dec, 2015 7 commits
  5. 19 Dec, 2015 5 commits
  6. 18 Dec, 2015 1 commit
  7. 17 Dec, 2015 3 commits
  8. 16 Dec, 2015 2 commits
  9. 15 Dec, 2015 3 commits
  10. 14 Dec, 2015 1 commit
  11. 11 Dec, 2015 1 commit
  12. 10 Dec, 2015 5 commits
  13. 09 Dec, 2015 1 commit
  14. 08 Dec, 2015 4 commits
  15. 07 Dec, 2015 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Reschedule stream when only weight is changed · 4bcc14fc
      Tatsuhiro Tsujikawa authored
      Previously, we only updated stream's weight field when only weight was
      changed by PRIORITY frame.  If stream is queued, it would be better to
      actually reschedule it based on new weight.  This could be especially
      useful if weight is increased.
      4bcc14fc