1. 10 Sep, 2016 3 commits
  2. 25 Aug, 2016 6 commits
  3. 24 Aug, 2016 1 commit
  4. 23 Aug, 2016 4 commits
  5. 22 Aug, 2016 1 commit
  6. 21 Aug, 2016 3 commits
  7. 20 Aug, 2016 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Don't change pushed stream's priority · 5f654609
      Tatsuhiro Tsujikawa authored
      There is a discussion in httpbis mailing list which argues that
      dependency tree is for client, and changing it in server side is not
      what client expects.
      https://lists.w3.org/Archives/Public/ietf-http-wg/2016JulSep/0416.html
      
      Currently, we make pushed stream depend on the parent stream of
      associated stream (that is main HTML in most of the cases), so that
      associated stream and pushed stream become siblings.  In this case, we
      also observed that these resources complete each other to get its
      parent weight.  This means that the delivery of associated stream is
      delayed by pushed streams.
      
      So at this moment, it is not a good idea to change pushed stream
      priority in a way we do currently.
      5f654609
  8. 19 Aug, 2016 2 commits
  9. 18 Aug, 2016 4 commits
  10. 17 Aug, 2016 7 commits
  11. 16 Aug, 2016 5 commits
  12. 15 Aug, 2016 2 commits
  13. 11 Aug, 2016 1 commit