maczhis / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

Input stream's metadata buckets are ignored #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current InputFilterInputStream flattens the next filter's brigades into a 
byte stream.

However, this means that we end up discarding metadata buckets, like EOF.

We need to figure out which buckets we might be ignoring and possibly come up 
with a way to pass them on to the next filter.

Original issue reported on code.google.com by bmcqu...@gmail.com on 28 Jan 2010 at 1:50

GoogleCodeExporter commented 9 years ago

Original comment by bmcqu...@google.com on 25 Feb 2010 at 3:08

GoogleCodeExporter commented 9 years ago
No longer an issue, with the new multiplexing implementation filters.  Places 
where we intentionally ignore metadata buckets should have explanatory comments 
by this point.

Original comment by mdste...@google.com on 20 Dec 2011 at 8:00