]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-http: Use io_wait_timer for tracking wait times.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 15 Nov 2016 10:42:47 +0000 (11:42 +0100)
committerGitLab <gitlab@git.dovecot.net>
Tue, 15 Nov 2016 20:29:29 +0000 (22:29 +0200)
commit92f66f98f64ee3febbfba6618c4e144080d81a66
tree33bb99b543d7eaa6b2c54e2fab2bc5023f0ef3d8
parent6d5a7004a7c0b528b7ba05b2656bea80b3f2743d
lib-http: Use io_wait_timer for tracking wait times.

The previous code was completely incorrect, since it wasn't even tracking
the HTTP request's start usecs.
src/lib-http/http-client-connection.c
src/lib-http/http-client-private.h
src/lib-http/http-client-request.c