Replies: 1 comment 2 replies
-
Zig version, zap version please. I assume this is macOS. What architecture? (X86/arm) I guess std.http is the culprit here. In zap's CI tests (zig 0.11) , I had to comment out a defer request.deinit or else it would panic. So maybe try that? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to make a network request using the built-in
std.http.Client
but run into this error:The code is something like:
Sounds like an error related to calling fork inside a thread? I don't have a lot of context with low-level programing so any help/suggestions are appreciated
Beta Was this translation helpful? Give feedback.
All reactions