dovecot-2.2: lib-http: Call the destroy callback also when reque...

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 11 12:48:30 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/33346832b1c2
changeset: 17696:33346832b1c2
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 11 15:46:29 2014 +0300
description:
lib-http: Call the destroy callback also when request is aborted.

diffstat:

 src/lib-http/http-server-request.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9f4529061c5d -r 33346832b1c2 src/lib-http/http-server-request.c
--- a/src/lib-http/http-server-request.c	Mon Aug 11 15:45:21 2014 +0300
+++ b/src/lib-http/http-server-request.c	Mon Aug 11 15:46:29 2014 +0300
@@ -90,7 +90,7 @@
 	req->response = NULL;
 	req->conn = conn;
 
-	http_server_request_unref(_req);
+	http_server_request_destroy(_req);
 }
 
 const struct http_request *


More information about the dovecot-cvs mailing list