- From: Max Bruce <max.bruce12@gmail.com>
- Date: Sun, 5 Apr 2015 11:08:50 -0700
- To: "ietf-http-wg@w3.org" <ietf-http-wg@w3.org>
Received on Sunday, 5 April 2015 18:09:17 UTC
I'm in the process of implementing HTTP/2 into Avuna, and I have a question. >From a performance point of view, why do streams maintain a open/close state? There seems to be a considerable overhead for it, yet it doesn't seem necessary. Think of packet IDs in DNS, it just returns with the same ID to say it is a response to a specific request. What is the benefit of a detailed stream-like system, versus a simple request/response identifier?
Received on Sunday, 5 April 2015 18:09:17 UTC