mirror of
https://github.com/OldUnreal/curl.git
synced 2026-07-15 17:06:50 -07:00
The comment is incorrect in two ways: - It says the check needs to be last, but the check is actually first. - is_handshaking actually starts out true. Closes #8038