rstrobos

Results 1 issues of rstrobos

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...