UIKit0 / mod-spdy

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

output filter should merge err_headers_out #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We currently don't include err_headers_out in the output filter. Should we?

Original issue reported on code.google.com by bmcqu...@google.com on 26 Feb 2010 at 1:08

GoogleCodeExporter commented 8 years ago
I think we're actually all set here.  The output filter runs after the core 
header 
filter, which merges err_headers_out into headers_out (mutating headers_out), 
so we'll 
get all the headers by reading headers_out.  I've verified that this seems to 
work (by 
adding a header to err_headers_out before we reach the core header filter, and 
verifying that this header reaches the client).

Original comment by mdste...@google.com on 3 Mar 2010 at 8:20