Oops it will loop without that...
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 14 Apr 2009 11:18:54 +0000 (11:18 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 14 Apr 2009 11:18:54 +0000 (11:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@764741 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/ha/backend/TcpSender.java

index ba8829b..d43f8f3 100644 (file)
@@ -145,6 +145,7 @@ public class TcpSender
                     if ("content-length".equalsIgnoreCase(headerName)) {
                         contentLength = Integer.parseInt(headerValue);
                     }
+                    header = connectionReaders[i].readLine();
                 }
                 if (contentLength > 0) {
                     char[] buf = new char[512];