DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44165>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44165 Summary: mod_proxy_http apr_status_t vs. http status cleanup Product: Apache httpd-2 Version: 2.3-HEAD Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P4 Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Along the path of passing the post body to the origin server, mod_proxy_http returns apr_status_t values instead of HTTP status codes / OK. Pushing the change into the various static functions (instead of cleaning up at the last minute) lets more care be given to the HTTP status code ultimately returned. Current trunk/2.2.x has code to fixup the bad return code from handler, but it does emit a message (and loses sometimes loses what could have been a descriptive HTTP status code) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
