X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=98463a0027160a3afc039d10c4653d92bd21f874;hb=c18bf30da36029eabb2367c0751cb763d67eb6b0;hp=dd24050b00ae818878e2f1c7c36ca98424a1950f;hpb=e103c61ca14d22e9507379810e980075c8323ca3;p=m6w6%2Fext-http 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