JMeterRestSampler icon indicating copy to clipboard operation
JMeterRestSampler copied to clipboard

Compilation error

Open rstrobos opened this issue 12 years ago • 0 comments

When attempting to compile the code using ant, on line 195 of RestSampler.java, the method name setDefaultRequestHeaders(httpMethod); was not found. Changed it to setRequestHeaders(httpMethod.getRequestHeaders().toString()); and it compiled and seems to work.

rstrobos avatar Aug 01 '13 20:08 rstrobos