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 ?
   
![image](https://github.com/apache/jmeter/assets/7629022/2e189d71-13f9-49f7-85a5-95fdb98ce8c4)
   
   However, from the results, it still works fine:
   There is no `charset='US-ASCII'` in the HTTP header.
   
![image](https://github.com/apache/jmeter/assets/7629022/64873975-6b01-41af-ab7f-adcab1248e02)
   
   - The content in the HTTP body is also UTF-8.
   
![image](https://github.com/apache/jmeter/assets/7629022/b0e03113-a8e1-46e9-b963-14bab669523a)
   
   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

Reply via email to