You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@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.The text was updated successfully, but these errors were encountered: