Buffering the entire request body in the pipe does not return the buffered data on the next read #8142
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
bug
This issue describes a behavior which is not expected - a bug.
Done
This issue has been fixed
Milestone
Describe the bug
Buffering a content-length request body to the end doesn't return the buffered data after reading.
To Reproduce
Reading the request body hangs in the second middleware.
Expected behavior
The api/values end point should parse the buffered body
The text was updated successfully, but these errors were encountered: