HomeFreeBSD

Fix double-free error: r289419 moved all error handling in http_connect()

Description

Fix double-free error: r289419 moved all error handling in http_connect()
to the end of the function, but did not remove a fetch_close() call which
was made redundant by the one in the shared error-handling code.

PR: 206774
Submitted by: Christian Heckendorf <heckendorfc@gmail.com>
MFC after: 3 days

Details

Provenance
desAuthored on
Parents
rS295535: Use the new insecure-lan-zones option instead of listing each AS112 zone
Branches
Unknown
Tags
Unknown