]> granicus.if.org Git - php/commitdiff
not sure what this async_send is doing in here, so relieve it from its duty.
authorSascha Schumann <sas@php.net>
Sat, 26 Oct 2002 20:45:35 +0000 (20:45 +0000)
committerSascha Schumann <sas@php.net>
Sat, 26 Oct 2002 20:45:35 +0000 (20:45 +0000)
sapi/thttpd/thttpd.c

index db8a5543c426dc9201e40d7a8d3ae884c246c874..0ec40943b34ba9c79ac516bb923dd9c9a5b8ee03 100644 (file)
@@ -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;