@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.
@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 respectsocketPath
. That means it's still going to try to do an http request for whatever you plug in.