Changeset 1720

Show
Ignore:
Timestamp:
04/09/2007 04:57:54 PM (17 months ago)
Author:
jan
Message:

cleanup whenever we have a data-struct on this connection

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.4.x/src/mod_fastcgi.c

    r1671 r1720  
    14471447        p    = hctx->plugin_data; 
    14481448        con  = hctx->remote_conn; 
    1449  
    1450         if (con->mode != p->id) { 
    1451                 WP(); 
    1452                 return; 
    1453         } 
    14541449 
    14551450        if (hctx->fd != -1) {