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

HTTPS requests from RISC-V #106

Open
fwsGonzo opened this issue Nov 29, 2023 · 0 comments
Open

HTTPS requests from RISC-V #106

fwsGonzo opened this issue Nov 29, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@fwsGonzo
Copy link
Owner

fwsGonzo commented Nov 29, 2023

This is the result of a stupid thought that I had, that doesn't really make sense for 1.0, but here we are.

I've been trying to make HTTPS requests with Go for a while without success. It seems to be stuck on epoll_pwait. Same with Rust reqwest and others. In Rust they seem to be using eventfd2.

Zig HTTP Client works, and we can fetch https://example.com just fine. It uses simple socket calls.

So, what is the problem? Well, it must be some kind of emulation issue with eventfd/epoll and the expectation that there is concurrency through preemption. I have tried to preempt after a timeout in epoll_pwait, but it doesn't seem to make progress.

@fwsGonzo fwsGonzo added enhancement New feature or request help wanted Extra attention is needed labels Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant