You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/11/07 21:36:32 UTC

svn commit: r1539805 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java

Author: pmouawad
Date: Thu Nov  7 20:36:32 2013
New Revision: 1539805

URL: http://svn.apache.org/r1539805
Log:
Bug 55756 - HTTP Mirror Server : Add ability to set Headers
Fix tests failure
Bugzilla Id: 55756

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java?rev=1539805&r1=1539804&r2=1539805&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java Thu Nov  7 20:36:32 2013
@@ -110,7 +110,6 @@ public class HttpMirrorThread implements
                     out.write(CRLF);                    
                 }
             }
-            out.write(CRLF);
             
             // Look for special Response Length header
             String responseLengthValue = getRequestHeaderValue(headerString, "X-ResponseLength"); //$NON-NLS-1$