- From: Jeff Pinner <jpinner@twitter.com>
- Date: Wed, 9 Apr 2014 08:05:04 -0700
- To: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
- Cc: HTTP Working Group <ietf-http-wg@w3.org>
Received on Wednesday, 9 April 2014 15:05:31 UTC
> > To change all weights, we have to issue PRIORITY frames for each root. > > Yes, changing the weight of a stream would require issuing a PRIORITY frame for each stream. With this proposal you cannot do it by changing the weight of the group. I believe that this is an acceptable tradeoff. Let me give a similar example where we reached the same conclusion: At one point we considered whether or not RST_STREAM should have an ASSOCIATED flag. The argument was that the server could send PUSH_PROMISE frames for some stream that the client did not want to receive pushes for. With the flag, the client could reset all of those streams with a single frame. We decided it was perfectly acceptable to send one frame for each stream and dropped the flag. With this change, to change the weight of multiple streams, you must issue one frame per stream, but IMHO this is worth it given the reduced complexity of the change, and more importantly, the ability that this change introduces of being able to completely proxy the priority information.
Received on Wednesday, 9 April 2014 15:05:31 UTC