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=28637>. 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=28637 mod_rewrite out of sync ------- Additional Comments From [EMAIL PROTECTED] 2004-04-27 21:31 ------- Ha! The bufsize can be the problem. The input string may be (much) longer and is split that way -> and gets out of sync. You should use 8192 bytes for the buf, which is the distributed maximum length of the request line (so mostly the REQUEST_URI). You might try some test requests with more than 512 bytes before to see if the sync error really happens then. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
