You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2003/11/18 19:28:46 UTC

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy HttpRequestHdr.java

sebb        2003/11/18 10:28:46

  Modified:    src/protocol/http/org/apache/jmeter/protocol/http/proxy
                        HttpRequestHdr.java
  Log:
  More debug
  
  Revision  Changes    Path
  1.19      +4 -3      jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.java
  
  Index: HttpRequestHdr.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- HttpRequestHdr.java	19 Oct 2003 22:43:51 -0000	1.18
  +++ HttpRequestHdr.java	18 Nov 2003 18:28:46 -0000	1.19
  @@ -87,7 +87,7 @@
                       dataLength =
                           Math.max(parseLine(line.toString()), dataLength);
                   }
  -                //log.debug("Client Request Line: " + line.toString());
  +                log.debug("Client Request Line: " + line.toString());
                   line.reset();
               }
               else if (!inHeaders)
  @@ -95,8 +95,9 @@
                   readLength++;
               }
           }
  -        log.debug("Client Request Line: " + line.toString());
           postData = line.toString().trim();
  +		log.debug("postData: " + postData);
  +		log.debug("Request: "+clientRequest.toString());
           return clientRequest.toByteArray();
       }
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org