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=30033>. 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=30033 mod_isapi: WriteClient not able to write HTTP-Headers ------- Additional Comments From [EMAIL PROTECTED] 2004-07-20 11:45 ------- I had a look at the code in mod_isapi.c, I changed line 687 from apr_cpystrn(newstat + 8, stat, statlen + 1); to apr_cpystrn(newstat + 8, stat, statlen); and that seemed to fix the problem for me. For the example above Apache would try to process the header line "Status: 200 OK\r\nD", and points out that "D" is not a valid header. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
