]> 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>
Wed, 5 Dec 2018 14:45:09 +0000 (15:45 +0100)
commit080f666b55a7570de68ccd6659f12766d5efe179
tree66f1b33c7f2ef77c37e2c351dc42664883394121
parent18de1f7e1102fcf76c08c9aa87f83c0faba213f8
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