Description
void
http_throttle ( [double sec [, int bytes = 40960]] )
Sets the throttle delay and send buffer size for use with http_send() API.
Provides a basic throttling mechanism, which will yield the current process
resp. thread until the entity has been completely sent, though.