Tatsuhiro Tsujikawa 5f65460944 nghttpx: Don't change pushed stream's priority
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.
2016-08-20 22:09:18 +09:00
2012-10-27 14:54:06 -07:00
2016-08-18 21:26:58 +09:00
2016-01-22 23:21:06 +09:00
2015-09-26 18:55:02 +09:00
2016-07-17 23:41:41 +09:00
2014-03-30 19:26:37 +09:00
2016-04-25 21:53:03 +09:00
2012-01-18 00:53:12 +09:00
2016-03-16 17:33:20 +01:00
2016-02-16 12:17:49 +01:00
2016-02-14 17:40:58 +09:00
2016-03-26 00:58:32 +09:00
2014-10-27 21:27:41 +09:00
2014-10-27 21:27:41 +09:00
2014-10-27 21:27:41 +09:00
2016-07-16 19:08:38 +09:00
2016-01-09 18:26:45 +09:00
2015-01-10 00:37:42 +09:00
2015-04-21 23:48:45 +09:00
2013-07-13 00:43:06 +09:00
2015-03-25 21:04:49 +08:00
2014-11-27 23:56:29 +09:00
2012-01-18 00:53:12 +09:00
2016-07-16 12:51:04 +09:00
2016-04-25 22:41:48 +09:00

See README.rst
Description
nghttp2 - HTTP/2 C Library and tools
Readme 42 MiB
Languages
C++ 51.6%
C 38.3%
Go 4.1%
Python 1.8%
M4 1.7%
Other 2.5%