Currently the rustls backend uses a buffer on the stack for its `send` / `recv` implementations. I'd like to switch this to be a heap-allocated buffer, initialized once and stored in the `connssl->backend` struct. Is it guaranteed that `send` and `recv` are never called concurrently? In general what are the concurrency properties that apply to TLS backends?
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html