Changes since version 1.5-dev21 : Willy Tarreau (16): BUILD: last release inadvertently prepended a "+" in front of the date BUG/MEDIUM: stream-int: fix the keep-alive idle connection handler BUG/MEDIUM: backend: do not re-initialize the connection's context upon reuse BUG: Revert "OPTIM/MEDIUM: epoll: fuse active events into polled ones during polling changes" BUG/MINOR: checks: successful check completion must not re-enable MAINT servers MINOR: http: try to stick to same server after status 401/407 BUG/MINOR: http: always disable compression on HTTP/1.0 OPTIM: poll: restore polling after a poll/stop/want sequence OPTIM: http: don't stop polling for read on the client side after a request BUG/MEDIUM: checks: unchecked servers could not be enabled anymore BUG/MEDIUM: stats: the web interface must check the tracked servers before enabling BUG/MINOR: channel: CHN_INFINITE_FORWARD must be unsigned BUG/MINOR: stream-int: do not clear the owner upon unregister MEDIUM: stats: add support for HTTP keep-alive on the stats page BUG/MEDIUM: stats: fix HTTP/1.0 breakage introduced in previous patch Revert "MEDIUM: stats: add support for HTTP keep-alive on the stats page"