]> git.ipfire.org Git - thirdparty/curl.git/commit
pop3: revert connection ssl check
authorStefan Eissing <stefan@eissing.org>
Tue, 4 Feb 2025 20:53:55 +0000 (21:53 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2025 22:00:58 +0000 (23:00 +0100)
commit2578dae41b4972ba37b15323a141dbce0b95a66d
tree77610beca519af066b394ff420601cfc3cdee382
parent1b4e6351340e613ce8294d524406cffc77da59d4
pop3: revert connection ssl check

As reported in #16166, the STLS hangs with the check for SSL connection
filters, but is working with the old protocol handler way. Revert the
change, although it is unclear why it was no good here.

Fixes #16166
Reported-by: ralfjunker on github
Closes #16172
lib/pop3.c