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
The http.send built-in calls that hit google.com fail if google.com can't be reached or if you're simply not connected to the internet. Given a working copy of OPA, it should be possible to build and test without an internet connection.
To workaround this, perhaps we can run a test HTTP server that sends a redirect.
The text was updated successfully, but these errors were encountered:
The
http.send
built-in calls that hit google.com fail if google.com can't be reached or if you're simply not connected to the internet. Given a working copy of OPA, it should be possible to build and test without an internet connection.To workaround this, perhaps we can run a test HTTP server that sends a redirect.
The text was updated successfully, but these errors were encountered: