*************** *** 1953,1959 **** http->entry = clientCreateStoreEntry(http, http->request->method, null_request_flags); errorAppendEntry(http->entry, err); - httpReplyDestroy(rep); memFree(buf, MEM_CLIENT_SOCK_BUF); return; } --- 1966,1971 ---- http->entry = clientCreateStoreEntry(http, http->request->method, null_request_flags); errorAppendEntry(http->entry, err); memFree(buf, MEM_CLIENT_SOCK_BUF); return; } *************** *** 1986,1992 **** http->entry = clientCreateStoreEntry(http, http->request->method, null_request_flags); errorAppendEntry(http->entry, err); - httpReplyDestroy(rep); /* * log with TCP_DENIED, the same as for http_access checks */ --- 1998,2003 ---- http->entry = clientCreateStoreEntry(http, http->request->method, null_request_flags); errorAppendEntry(http->entry, err); /* * log with TCP_DENIED, the same as for http_access checks */