zephraph / deno-faas

MIT License
3 stars 0 forks source link

`http.request` doesn't respect `socketPath` #1

Open zephraph opened 1 month ago

zephraph commented 1 month ago

@sbmsr and I were trying to get the first version of this to work but we were getting a wild request infinite loop. It turns out, Deno has a bug w/ it's http.request implementation where it doesn't respect socketPath. That means it's still going to try to do an http request for whatever you plug in.

zephraph commented 1 month ago

https://github.com/denoland/deno/issues/8821