Author: sebb
Date: Thu Mar 24 01:11:14 2011
New Revision: 1084825
URL: http://svn.apache.org/viewvc?rev=1084825&view=rev
Log:
Fix comment - Tomcat does use translated headers
Modified:
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java
Modified:
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java?rev=1084825&r1=1084824&r2=1084825&view=diff
==============================================================================
---
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java
(original)
+++
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java
Thu Mar 24 01:11:14 2011
@@ -437,7 +437,6 @@ public class AjpSampler extends HTTPSamp
StringBuilder sb = new StringBuilder();
sb.append(HTTP_1_1 ).append(status).append("
").append(msg).append(NEWLINE);//$NON-NLS-1$//$NON-NLS-2$
for(int i=0; i < nh; i++) {
- // Currently, no Tomcat version sends translated headers
String name;
int thn = peekInt();
if((thn & 0xff00) == AJP_HEADER_BASE) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]