elliottt opened issue #7259.
elliottt edited issue #7259:
Currently all outgoing connections assume http 1, and a specific tls library. We need to refactor this so that the logic for constructing the
hyper::SendRequest<_>
and spawning the connection handling task are done by a callback defined on theWasiHttpCtx
instead.
elliottt assigned issue #7259 to elliottt.
dicej assigned issue #7259 to dicej.
dicej unassigned elliottt from issue #7259.
dicej commented on issue #7259:
I'm going to work on this today and try to get it backported to Wasmtime 14 before it's released.
elliottt closed issue #7259:
Currently all outgoing connections assume http 1, and a specific tls library. We need to refactor this so that the logic for constructing the
hyper::SendRequest<_>
and spawning the connection handling task are done by a callback defined on theWasiHttpCtx
instead.
Last updated: Nov 22 2024 at 16:03 UTC