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
What is the problem your feature solves, or the need it fulfills?
I've noticed that in the write_body function of h2, the data to be sent is simply added to the sending queue. If data sending gets blocked, will it lead to a large amount of data piling up and an inaccurate situation of send_bytes statistics?
The text was updated successfully, but these errors were encountered:
What is the problem your feature solves, or the need it fulfills?
I've noticed that in the write_body function of h2, the data to be sent is simply added to the sending queue. If data sending gets blocked, will it lead to a large amount of data piling up and an inaccurate situation of send_bytes statistics?
The text was updated successfully, but these errors were encountered: