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
When POST request is received by the server it is natural to attempt to read its body data. But when no data is sent or empty data is sent in request body then data reader closure is never called resulting in request never complete. There is no other way except attempting to read data to know if any data is sent at all. #65 adds test that demonstrates this issue
The text was updated successfully, but these errors were encountered:
When POST request is received by the server it is natural to attempt to read its body data. But when no data is sent or empty data is sent in request body then data reader closure is never called resulting in request never complete. There is no other way except attempting to read data to know if any data is sent at all.
#65 adds test that demonstrates this issue
The text was updated successfully, but these errors were encountered: