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
StreamRequestBody shouldn't read more data than actual need. (#1819)
* The StreamRequestBody should not read content beyond what is required.
The StreamRequestBody feature on the server side should not read content that does not belong to the current request body.This is more logical and consistent with the result of not using the StreamRequestBody feature.Fixes: #1816.
* Update server_test.go
Co-authored-by: Erik Dubbelboer <[email protected]>
* Update http.go
Co-authored-by: Erik Dubbelboer <[email protected]>
---------
Co-authored-by: Erik Dubbelboer <[email protected]>
0 commit comments