Jim Jagielski wrote:
I'm not sure about this... is the patch complete or are other things being added at some point? For example:
It was mostly copy/paste from mod_jk where it was not reported for a failure on any platform. Just make some code cleanup.
Also, does this mean that the "current" impl does NOT work for Windows and Linux?
Right, the problem was that the previous method was using 1 byte read on non-blocking socket. Although set to non-blocking, there could be some data already present that could corrupt the read message from backend breaking ajp_parse_headers. Regards, Mladen.