conda-forge / curl-feedstock

A conda-smithy repository for curl.
BSD 3-Clause "New" or "Revised" License
3 stars 42 forks source link

Release build for libcurl #135

Open phoebusm opened 3 months ago

phoebusm commented 3 months ago

Release build for libcurl is needed, as the behaviour changes in different build, e.g. https://github.com/curl/curl/blob/b935fd4a07aa9dc0fa352b0a1d4822c4d901577b/lib/vtls/openssl.c#L4767

In this particular line, signal close_notify not being received at the end of handshake is considered as error in debug build only.