Bylon2
Bylon2
Sorry, I'm not completely at ease with PR! I should probably have made 2 different PR for the first 2 commits. There is a 3rd commit not in the PR...
**Discussion**: the pause/unpause algorithm could have a negative impact when used with http/2, because current libcurl behaviour is (as far I understood the code) to close/open the http/2 window when...
Maybe my understanding is incorrect. I understand the semantics of curl_easy_pause() as such: - The client (caller) asks the library not to send any more data at the moment, which...
Understood, I remember my "old" TCP/IP class with the anticipation window to avoid network latency! Separation of concern principle. The caller's perspective when using curl_easy_pause() is that it does not...
Perfect, so that should be all fine with http/2 too, thanks for the explanations!