sas             Wed Nov 13 18:19:12 2002 EDT

  Modified files:              
    /php4/ext/ircg      ircg.c 
  Log:
  Remove debugging stuff
  
  
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.138 php4/ext/ircg/ircg.c:1.139
--- php4/ext/ircg/ircg.c:1.138  Wed Nov 13 18:01:42 2002
+++ php4/ext/ircg/ircg.c        Wed Nov 13 18:19:12 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: ircg.c,v 1.138 2002/11/13 23:01:42 sas Exp $ */
+/* $Id: ircg.c,v 1.139 2002/11/13 23:19:12 sas Exp $ */
 
 /* {{{ includes */
 
@@ -1415,14 +1415,11 @@
        thttpd_register_on_close(http_closed_connection);
        thttpd_set_dont_close();
        conn->fd = thttpd_get_fd();
-       printf("conn->fd is %d\n", conn->fd);
-       fflush(stdout);
        if (fcntl(conn->fd, F_GETFL) == -1) {
                zend_hash_index_del(&h_irconn, Z_LVAL_PP(p1));
                php_error(E_WARNING, "current fd is not valid");
                RETURN_FALSE;
        }
-       ADD_HEADER("Connection: close");
        zend_hash_index_update(&h_fd2irconn, conn->fd, &Z_LVAL_PP(p1), sizeof(int), 
NULL);
        if (conn->file_fd == -1) {
                flush_data = conn;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to