Re: Unexpected non-local transfer on doing SAP to pointer coercion
Michael Kappert via Sbcl-help <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <[email protected]> |
On 08/06/2024 6.25 pm, steve gonedes wrote: > The problem is too simple. You are thinking too hard. Use the > bsd-socket interface. this is documented in the manual under networking. The code isn't new and it worked fine for several years, which is what still confuses me (but I'm totally fine with Stas' solution). I'm using mbedtls for it's TLS support. I don't remember exactly why I didn't use any existing socket library. I probably concluded, perhaps incorrectly, that none of them included TLS support. I did look at injecting the built-in library into mbedtls but found it too hard to do.