Github user artem-fedorov commented on a diff in the pull request:

    https://github.com/apache/jmeter/pull/378#discussion_r175794961
  
    --- Diff: 
src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java ---
    @@ -1649,6 +1648,43 @@ else if(getSendParameterValuesAsPostBody()) {
                 }
                 StringEntity requestEntity = new 
StringEntity(entityBodyContent.toString(), charset);
                 entity.setEntity(requestEntity);
    +        } else if (hasArguments()) {
    --- End diff --
    
    Done


---

Reply via email to