Changeset 1809

Show
Ignore:
Timestamp:
08/14/08 12:26:54 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/cherokee/thread.c

    r1807 r1809  
    607607                } 
    608608 
    609                 /* The connection has work to do, so do it ... 
     609                /* Update the connection timeout 
    610610                 */ 
    611                 conn->timeout = thd->bogo_now + srv->timeout; 
     611                if (conn->phase != phase_reading_header) { 
     612                        conn->timeout = thd->bogo_now + srv->timeout; 
     613                } 
    612614 
    613615                TRACE (ENTRIES, "conn on phase n=%d: %s\n",