https://bz.apache.org/bugzilla/show_bug.cgi?id=60313
--- Comment #3 from Zheng SHAO <[email protected]> --- --- modules/http/http_filters.c 2016-10-28 14:44:05.977805795 +0900 +++ modules/http/http_filters.c 2016-10-28 14:44:34.470100476 +0900 @@ -1401,9 +1401,9 @@ case APR_ENOTIMPL: { return HTTP_NOT_IMPLEMENTED; } - case APR_ETIMEDOUT: { + case APR_TIMEUP: + case APR_ETIMEDOUT: return HTTP_REQUEST_TIME_OUT; - } default: { return status; } I made a patch like this, and recompiled apache 2.24.18. It seems not fixed in this case. Did I missed something? -- 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]
