This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
from 143ac9681a fix(deps): update org.checkerframework
add 7450e4b049 fix: use UTF-8 as a default encoding in HTTP sampler
No new revisions were added by this update.
Summary of changes:
bin/testfiles/HTMLParserTestFile_2.xml | 16 +-
bin/testfiles/TEST_HTTP.jmx | 4 +-
.../org/apache/jmeter/samplers/SampleResult.java | 2 +-
.../protocol/http/proxy/DefaultSamplerCreator.java | 32 +--
.../jmeter/protocol/http/proxy/HttpRequestHdr.java | 2 +-
.../jmeter/protocol/http/sampler/HTTPHC4Impl.java | 85 ++----
.../protocol/http/sampler/HTTPSamplerBase.java | 6 +-
.../jmeter/protocol/http/sampler/PostWriter.java | 191 ++++++--------
.../jmeter/protocol/http/sampler/PutWriter.java | 3 -
.../jmeter/protocol/http/util/ConversionUtils.java | 84 +++++-
.../protocol/http/sampler/HTTPSamplerBaseSchema.kt | 3 +-
.../protocol/http/proxy/TestHttpRequestHdr.java | 63 +++--
.../protocol/http/sampler/PostWriterTest.java | 14 +-
.../TestHTTPSamplersAgainstHttpMirrorServer.java | 40 +--
.../protocol/http/sampler/HttpSamplerTest.kt | 289 +++++++++++++++++++--
.../protocol/http/util/ConversionUtilsTest.kt | 49 +++-
xdocs/changes.xml | 1 +
17 files changed, 583 insertions(+), 301 deletions(-)