Re: [PR] fix: The HTTP Header of `multipart/form-data` no longer includes `charset`. [jmeter]

2024-03-18 Thread via GitHub
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

Re: [PR] fix: The HTTP Header of `multipart/form-data` no longer includes `charset`. [jmeter]

2024-03-18 Thread via GitHub
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

Re: [I] According to RFC 2046 and RFC 7578, the request header of multipart/form-data should not include the charset. [jmeter]

2024-03-18 Thread via GitHub
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

Re: [PR] fix: The HTTP Header of `multipart/form-data` no longer includes `charset`. [jmeter]

2024-03-18 Thread via GitHub
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,

Re: [I] According to RFC 2046 and RFC 7578, the request header of multipart/form-data should not include the charset. [jmeter]

2024-03-18 Thread via GitHub
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

Re: [I] NOT Able to End the Test and Generate Report after One Hour Execution in NON GUI Mode [jmeter]

2024-03-18 Thread via GitHub
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