We will generate a new (error) reply, so existing reply can be discarded.
/*
- * $Id: client_side_reply.cc,v 1.109 2006/06/07 22:39:34 hno Exp $
+ * $Id: client_side_reply.cc,v 1.110 2006/07/02 10:02:04 serassio Exp $
*
* DEBUG: section 88 Client-side Reply Routines
* AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
http->getConn().getRaw() != NULL ? &http->getConn()->peer.sin_addr : &no_addr,
http->request);
removeClientStoreReference(&sc, http);
- startError(err);
HTTPMSGUNLOCK(reply);
+ startError(err);
return;
}
removeClientStoreReference(&sc, http);
- startError(err);
-
HTTPMSGUNLOCK(reply);
+ startError(err);
+
http->logType = LOG_TCP_DENIED_REPLY;
return;