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
I am using the /drip API to simulate a low-bandwidth download.
However it looks like the entire /drip response is buffered until the done which effectively results in a delay instead of drip (perhaps by a your cdn or proxy server).
I am using the
/drip
API to simulate a low-bandwidth download.However it looks like the entire
/drip
response is buffered until the done which effectively results in a delay instead of drip (perhaps by a your cdn or proxy server).curl -v "https://www.httpbin.org/drip?duration=10&numbytes=1500&code=200"
The text was updated successfully, but these errors were encountered: