JMeterRestSampler
JMeterRestSampler copied to clipboard
Compilation error
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.