Changeset 1563
- Timestamp:
- 06/17/08 14:20:46 (4 months ago)
- Files:
-
- cherokee/trunk/cherokee/thread.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/thread.c
r1562 r1563 643 643 conn = CONN(i); 644 644 645 TRACE (ENTRIES, "thread (%p) processing conn (%p), phase %d\n", thd, conn, conn->phase); 645 TRACE (ENTRIES, "thread (%p) processing conn (%p), phase %d '%s'\n", 646 thd, conn, conn->phase, phase_to_str(conn->phase)); 646 647 647 648 /* Has the connection been too much time w/o any work … … 1387 1388 1388 1389 /* TLS support, set initial connection phase. 1389 */1390 */ 1390 1391 if (tls == TLS) { 1391 1392 new_conn->phase = phase_tls_handshake;