You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix multipart array value parsing in HTTP client (#55732) (#56302)
* Fix multipart array value parsing in HTTP client
- Fixed parseMultipartBodyFormat to handle array values correctly
- Array values are now formatted as 'field[]' entries for multipart/form-data
- Maintains backward compatibility with existing name/contents format
- Added tests for array values and mixed file+array scenarios
Fixes#55732
* Update PendingRequest.php
---------
Co-authored-by: Taylor Otwell <[email protected]>
0 commit comments