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=31228>. 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=31228 New 226 HTTP Response Code [PATCH] ------- Additional Comments From [EMAIL PROTECTED] 2004-09-15 20:56 ------- I'm not sure, as I'm not familiar with this code, but at first glance this patch seems incomplete. I think if you add entries to the status_lines array you also need to bump up the RESPONSE_CODES define in httpd.h. Additionally, all the other spots in the array that have gaps in the numbers insert "unused" slots, so this probably has to do the same thing. Finally, the addition of an entry in the 200 section will invalidate the LEVEL_300, LEVEL_400, and LEVEL_500 defines, so those will have to be adjusted to account for the new slots being used. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
