UIKit0 / mod-spdy

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

Make sure our status code match those returned by the core filters #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In HttpStreamAccumulator, our implementation needs to match the one in the 
Apache core filters impl. Specifically we need to match the impl in 
core_filters.c ap_core_input_filter. Ideally we should have unit tests to 
verify that the implementations are consistent.

Original issue reported on code.google.com by bmcqu...@google.com on 25 Feb 2010 at 2:45

GoogleCodeExporter commented 8 years ago
I believe that this is no longer an issue.  Our new input filter has a number 
of comments explaining when and how it attempts to emulate the behavior of 
mod_ssl and the core input filter, with references to ssl_engine_io.c and 
core_filters.c.

Original comment by mdste...@google.com on 20 Dec 2011 at 9:15