]> granicus.if.org Git - icinga2/commit
Restore 'Connection: close' behaviour in HTTP responses
authorSven Wegener <swegener@gentoo.org>
Mon, 3 Dec 2018 13:27:37 +0000 (14:27 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 3 Dec 2018 13:27:37 +0000 (14:27 +0100)
commita83dbc9de5777f89d79b9669b9da66888b926905
treee6699b2668191983df45c92d3753b79eac7be16a
parent5ef23ee06da04c066a0dff5fcda4848dbb9dc8fd
Restore 'Connection: close' behaviour in HTTP responses

Actually the `corked` functionality caused problems with
not closing connections properly.

Full Analysis: https://github.com/Icinga/icinga2/issues/6799#issuecomment-443710338

Full credits to @swegener :)

fixes #6799
lib/remote/httpresponse.cpp
lib/remote/httpserverconnection.cpp