Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol not available when updating from go 1.17 to 1.19 #610

Closed
oliverlj opened this issue Dec 19, 2022 · 2 comments · Fixed by #683
Closed

Protocol not available when updating from go 1.17 to 1.19 #610

oliverlj opened this issue Dec 19, 2022 · 2 comments · Fixed by #683
Assignees

Comments

@oliverlj
Copy link

oliverlj commented Dec 19, 2022

I'm running resty in a wam application

I got this error with default example :

Error: Get "http://httpbin.org/get": dial tcp: lookup httpbin.org: Protocol not available
wasm_exec.js:19 Response Status Code: 0
wasm_exec.js:19 Response Status: 
wasm_exec.js:19 Response Body: 
wasm_exec.js:19 Response Time: 400.128µs

https://gitlab.com/c1560/cryptofiscafacile/-/merge_requests/824

I have tested http.get successfully

@oliverlj
Copy link
Author

I have used this as a workaround : #512 (comment)

@jeevatkm
Copy link
Member

jeevatkm commented Sep 17, 2023

@oliverlj Thanks for bringing it up. @shynome did a PR #683 for wasm. I will try to add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants