From: Sascha Schumann Date: Sat, 26 Oct 2002 20:45:35 +0000 (+0000) Subject: not sure what this async_send is doing in here, so relieve it from its duty. X-Git-Tag: php-4.3.0pre2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c46ed2114e7ab05e8cb040d5f7927f63183bad99;p=php not sure what this async_send is doing in here, so relieve it from its duty. --- diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c index db8a5543c4..0ec40943b3 100644 --- a/sapi/thttpd/thttpd.c +++ b/sapi/thttpd/thttpd.c @@ -43,7 +43,6 @@ typedef struct { httpd_conn *hc; int read_post_data; void (*on_close)(int); - long async_send; smart_str sbuf; int seen_cl; @@ -59,10 +58,6 @@ static php_thttpd_globals thttpd_globals; #define TG(v) (thttpd_globals.v) #endif -PHP_INI_BEGIN() - STD_PHP_INI_ENTRY("async_send", "0", PHP_INI_ALL, OnUpdateInt, async_send, php_thttpd_globals, thttpd_globals) -PHP_INI_END() - static int sapi_thttpd_ub_write(const char *str, uint str_length TSRMLS_DC) { int n;