Skip to content

Commit

Permalink
lib-http: Queue's delayed timeout handler wasn't removed after work w…
Browse files Browse the repository at this point in the history
…as done.
  • Loading branch information
sirainen committed May 12, 2016
1 parent 526af69 commit 52ac19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-http/http-client-queue.c
Expand Up @@ -639,6 +639,7 @@ http_client_queue_delay_timeout(struct http_client_queue *queue)
struct http_client_request *const *reqs;
unsigned int count, i, finished;

timeout_remove(&queue->to_delayed);
io_loop_time_refresh();

finished = 0;
Expand Down

0 comments on commit 52ac19f

Please sign in to comment.