Stream: git-wasmtime

Topic: wasmtime / issue #7259 wasi-http: Manage outgoing connect...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 19:01):

elliottt opened issue #7259.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 19:03):

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 the WasiHttpCtx instead.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 19:03):

elliottt assigned issue #7259 to elliottt.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 18 2023 at 13:54):

dicej assigned issue #7259 to dicej.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 18 2023 at 13:54):

dicej unassigned elliottt from issue #7259.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 18 2023 at 13:54):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 18 2023 at 23:46):

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 the WasiHttpCtx instead.


Last updated: Nov 22 2024 at 16:03 UTC