X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=98463a0027160a3afc039d10c4653d92bd21f874;hp=dd24050b00ae818878e2f1c7c36ca98424a1950f;hb=6be753a288ed7a42e0cd19551d85eb8eb14c4566;hpb=5c5ddf9042732a05100245844fe2fb70bfe6d495 diff --git a/http_functions.c b/http_functions.c index dd24050..98463a0 100644 --- a/http_functions.c +++ b/http_functions.c @@ -513,7 +513,7 @@ PHP_FUNCTION(ob_etaghandler) } /* }}} */ -/* {{{ proto void http_throttle(double sec[, int bytes = 2097152]) +/* {{{ proto 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