Changeset 1809
- Timestamp:
- 08/14/08 12:26:54 (3 months ago)
- Files:
-
- cherokee/trunk/cherokee/thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/thread.c
r1807 r1809 607 607 } 608 608 609 /* The connection has work to do, so do it ...609 /* Update the connection timeout 610 610 */ 611 conn->timeout = thd->bogo_now + srv->timeout; 611 if (conn->phase != phase_reading_header) { 612 conn->timeout = thd->bogo_now + srv->timeout; 613 } 612 614 613 615 TRACE (ENTRIES, "conn on phase n=%d: %s\n",