body processing may close the connection "in the middle" of client
side request processing.
/*
- * $Id: client_side.cc,v 1.723 2006/05/08 23:38:33 robertc Exp $
+ * $Id: client_side.cc,v 1.724 2006/05/10 20:34:18 hno Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
}
}
+ if (!conn->isOpen())
+ return;
+
/* Process next request */
if (conn->getConcurrentRequestCount() == 0)
fd_note(conn->fd, "Reading next request");