DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15278>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15278 [PATCH] mod_jk2 for IIS, Bugfix corrupted data ] ------- Additional Comments From [EMAIL PROTECTED] 2002-12-11 18:17 ------- It seems the content_read is just mirroring rdlen ( it should have exactly the same value in all cases ). So the change is actually: s->content_read = rdlen I think it would be better to make this change in the caller of readFully ( msg_ajp_appendFromServer ). However the caller has: s->content_read += len. I have a feeling there is something wrong with the patch. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>