Fix for Tomcat 3.2 TcpConnector.receive() Problem

2000-11-04 Thread Mark Pollard
I am running Tomcat 3.2 with Apache 1.3.12 under Windows NT 4.0/Service Pack 5 using the JRE 1.2.2 w/o Hotspot. I was getting the message "Incomplete read, deal with it" when sending servlet requests ~1.5KB. In short, I dealt with it by continuing to read until the full request has been read

Re: Fix for Tomcat 3.2 TcpConnector.receive() Problem

2000-11-04 Thread Craig R. McClanahan
Mark, I just checked in a slight generalization of this change (the read of the four-byte header could fail in the same way. I forgot to give you credit in the CVS commit :-(, but thaks for the bug report. Please test this (with your large servlet requests) when you can. Craig Mark Pollard