]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: client: The asserts recently added to http_connection_check_idle() are...
authorStephan Bosch <stephan@rename-it.nl>
Sun, 26 Oct 2014 16:43:57 +0000 (18:43 +0200)
committerStephan Bosch <stephan@rename-it.nl>
Sun, 26 Oct 2014 16:43:57 +0000 (18:43 +0200)
src/lib-http/http-client-connection.c

index 8e6ca84aac572d28040d8a29fc083943e5b0ca71..e0947d9c4051023068e56a0d8fbaa9edd30dedae 100644 (file)
@@ -209,9 +209,6 @@ void http_client_connection_check_idle(struct http_client_connection *conn)
 {
        unsigned int timeout, count;
 
-       i_assert(!conn->close_indicated);
-       i_assert(!conn->output_broken);
-
        if (conn->connected &&
                array_is_created(&conn->request_wait_list) &&
                array_count(&conn->request_wait_list) == 0 &&