https://issues.apache.org/bugzilla/show_bug.cgi?id=55475
--- Comment #18 from Yann Ylavic <[email protected]> --- Just to be precise, the tests (truncated chunked/content-length body) should be OK with attachment 30853 alone or plus attachment 30852, the latter alone won't fix the http filter returning APR_EOF instead of APR_ECONNABORTED. To make both patches work together, I use the AP_CORE_INPUT_FILTER_GETLINE_EOF macro (defaulting to 1), but this just to show the diffs between the 2 options, and won't be needed in a final patch if one or another (or no) option is choosen. Any though about this apache team ? I suppose the core input filter is something that hasn't been changed since a while, a surely lot of things depend on its behaviour, is it an option to fix that here or each code using AP_GETLINE_MODE should be aware of EOF returned as SUCCESS with an empty brigade (and do a non-blocking AP_MODE_SPECULATIVE to be sure) ? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
