It HTTP server connection died, ioloop might not have anything to do
anymore:
Panic: file ioloop-epoll.c: line 187 (io_loop_handler_run_internal): assertion failed: (msecs >= 0)
if (!sending && req->payload_input != NULL)
i_stream_unref(&req->payload_input);
}
+ if (req->client->ioloop != NULL)
+ io_loop_stop(req->client->ioloop);
}
void http_client_request_error_delayed(struct http_client_request **_req)
if (req->queue != NULL)
http_client_queue_drop_request(req->queue, req);
+ if (req->client->ioloop != NULL)
+ io_loop_stop(req->client->ioloop);
http_client_request_unref(_req);
}