dongfangtianyu commented on PR #6251:
URL: https://github.com/apache/jmeter/pull/6251#issuecomment-2003101896
> the core of the issue is that Apache Http Client
I completely agree;
> How about fixing the issue in HTTP client instead?
Perhaps the issues in the Ht
vlsi commented on PR #6251:
URL: https://github.com/apache/jmeter/pull/6251#issuecomment-2003113610
> Or perhaps JMeter shouldn't invoke setCharset?
As I said earlier, `MultipartEntityBuilder.setCharset` was needed there for
`HttpBrowserCompatibleMultipart.java` to work, as there's no
dongfangtianyu commented on issue #6250:
URL: https://github.com/apache/jmeter/issues/6250#issuecomment-2003113830
If HTTPClient removes `new BasicNameValuePair("charset",
charsetCopy.name())` ,
or moves it before `new BasicNameValuePair("boundary", boundaryCopy)`,
it should be able t
dongfangtianyu commented on PR #6251:
URL: https://github.com/apache/jmeter/pull/6251#issuecomment-2003149753
Thank you, I understand your concern now.
If the `setCharset` method is not called, `HttpBrowserCompatibleMultipart`
receives `charsetCopy` as `null`.
Furthermore,
dongfangtianyu commented on issue #6250:
URL: https://github.com/apache/jmeter/issues/6250#issuecomment-2003150104
I might understand now. Thanks again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
nabanita4015 commented on issue #5691:
URL: https://github.com/apache/jmeter/issues/5691#issuecomment-2003176131
Hi Team,
While generating HTML report in Jmeter I am getting below warning message
because of which I am not able to generate html report from CSV report.
WARN StatusConso