- consistent usage of HTTP_G macro (only)
[m6w6/ext-http] / http_functions.c
index 665facf7765ad01187cb0655975c0e95435b01fa..907ee92c5033643f0dd6b058bf3757af7bd820b3 100644 (file)
@@ -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;
 }
 /* }}} */