Changeset 1720
- Timestamp:
- 04/09/2007 04:57:54 PM (17 months ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.4.x/src/mod_fastcgi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/src/mod_fastcgi.c
r1671 r1720 1447 1447 p = hctx->plugin_data; 1448 1448 con = hctx->remote_conn; 1449 1450 if (con->mode != p->id) {1451 WP();1452 return;1453 }1454 1449 1455 1450 if (hctx->fd != -1) {

