dongfangtianyu opened a new pull request, #6251:
URL: https://github.com/apache/jmeter/pull/6251

   
   
   ## Description
   
   close #6250 . 
   
   
   
   ## Motivation and Context
   
   On some web server implementations, including charset in the request header 
`Content-Type` of `multipart/form-data` can result in parsing errors of the 
`boundary`, leading to a failure in sending form content.
   
   This is inconsistent with the behavior in JMeter 5.6.2 and also does not 
comply with RFC.
   
   Perhaps fixing this  in the httpclient would be a more elegant choice, but:
   - The last update on httpclient 4.x was 2 years ago, so it would be slow.
   - This issue occurred in JMeter 5.6.3 (#5987). This PR will revert JMeter's 
behavior to 5.6.2, reducing user frustration.
   
   
   ## How Has This Been Tested?
   1.  A unittest case
   2.  runGUI  then e2e test
   
   ## Screenshots (if appropriate):
   
   Upload later
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Delete as appropriate 
-->
   - Bug fix (non-breaking change which fixes an issue)
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   - [x] My code follows the [code style][style-guide] of this project.
   - [ ] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
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