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, `HttpBrowserCompatibleMultipart.charset` == 'US-ASCII'. Is this ?  However, from the results, it still works fine: There is no `charset='US-ASCII'` in the HTTP header.  - The content in the HTTP body is also UTF-8.  I don't know the reasons behind it, nor do I know if it's stable. Thank you again for everything you have done! -- 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 go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org