X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=907ee92c5033643f0dd6b058bf3757af7bd820b3;hp=665facf7765ad01187cb0655975c0e95435b01fa;hb=1382fe5a3ed5209ab05745ca95495885e85ff2a0;hpb=bf86dcdcd68677a8c4b7c8193388c529a55a3503 diff --git a/http_functions.c b/http_functions.c index 665facf..907ee92 100644 --- a/http_functions.c +++ b/http_functions.c @@ -702,8 +702,8 @@ PHP_FUNCTION(http_throttle) return; } - HTTP_G(send).throttle_delay = interval; - HTTP_G(send).buffer_size = chunk_size; + HTTP_G->send.throttle_delay = interval; + HTTP_G->send.buffer_size = chunk_size; } /* }}} */