#3874 - HTTP implementation bugs
| Identifier | #3874 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | HTTP implementation bugs |
| Status | Completed |
| Handling member | Chris Graham |
| Version | 10.0.27 |
| Addon | core |
| Description | 1) If uploading files AND making a POST request at the same time, the "Connection: Close" header should not be sent because this header cannot proceed an HTTP body. If provided, it is interpreted as a second HTTP request on the same connection. 2) URL Encoding should not be used for POST field names. Instead simple slash-escaping should be used. Otherwise PHP array parameter encoding, e.g. parameter[0], will not come through correctly. |
| Steps to reproduce | |
| Funded? | No |
| Commits | Fixed MANTIS-3874 (8f72ea1b) · Commits · Composr ecosystem / Composr · GitLab |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
There have been no comments yet