]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Always openconnect_close_https() before intermittent HIP check
authorDaniel Lenski <dlenski@gmail.com>
Mon, 3 Feb 2020 17:07:34 +0000 (09:07 -0800)
committerDaniel Lenski <dlenski@gmail.com>
Mon, 3 Feb 2020 17:07:34 +0000 (09:07 -0800)
commiteb1e644f8b2fa21ec1a48e5541d1b581c31bc2fb
tree32ddf4a854ee0e134e2401b61c13e0a6c63614e3
parent89c40812d0b9fedf344551f8bb1deeb57fd4f8fd
Always openconnect_close_https() before intermittent HIP check

Even when tunnel is using ESP, attempting to reuse the stale HTTPS
connection from the last round can cause problems (half-open TCP sockets).

See this comment:
https: //gitlab.com/dlenski/openconnect/commit/a8dc68ae3ff9a9d492a839a385cc481d0c4bca73#note_281131962
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
gpst.c