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
Not exactly sure how it should work yet (ie. when and how much capacity to give back to the peer).
Ideally we shouldn't wait until it reaches zero, especially if we've already processed what they've sent us. It depends how fast it's processed by the user on our side I suppose?
We should also reset the stream if we don't care about the request body (acting as a server).
The reason this is on top of mind is because StreamIncoming::capacity is unused right now, and rustc is unhappy about it.
The text was updated successfully, but these errors were encountered:
Not exactly sure how it should work yet (ie. when and how much capacity to give back to the peer).
Ideally we shouldn't wait until it reaches zero, especially if we've already processed what they've sent us. It depends how fast it's processed by the user on our side I suppose?
We should also reset the stream if we don't care about the request body (acting as a server).
The reason this is on top of mind is because
StreamIncoming::capacity
is unused right now, and rustc is unhappy about it.The text was updated successfully, but these errors were encountered: