jameysharp commented on issue #6272:
I think it makes the most sense for @pchickey to review this, but Pat, I'm happy to do it if you'd like me to.
brendandburns commented on issue #6272:
one small comment, but generall LGTM.
What is the use-case for a user supplying their own handler? Different TLS implementations?
rvolosatovs commented on issue #6272:
one small comment, but generall LGTM.
What is the use-case for a user supplying their own handler? Different TLS implementations?
A custom TLS implementation (e.g. selecting a set of trust roots) is definitely one generally useful use case. Our use case at Cosmonic/wasmCloud is that we need to be able to determine at runtime whether the guest should be allowed to make outgoing HTTP requests at all or not
rvolosatovs commented on issue #6272:
Not necessary anymore now that we have https://github.com/bytecodealliance/wasmtime/pull/7288
Last updated: Nov 22 2024 at 16:03 UTC