-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[bug] http api timeout doesn't work #4050
Comments
I just tested with both client options and it worked fine: Did you configure httpstat's URL in your HTTP scope? I can reopen this issue if you can provide a minimal repro for this. |
Yes, I have all urls allowed and I get a 200 response after 9 seconds, no errors at all. |
httptimeoutrepro.zip |
This is what I see in the inspector on macOS: |
If this is a windows-only issue i'll remove the http api entirely 😂 |
I see a 200 response :| |
Can you try with enabling the # src-tauri/Cargo.toml
[dependencies]
tauri = { git = "...", features = ["reqwest-client", "..."] } |
|
I can confirm attohttpc timeout isn't working on Windows omg 😂 |
attohttpc is still fixing the issue, so i'll just make a change to set |
Describe the bug
Timeout value passed as parameter in HttpOptions has no effect.
Reproduction
Expected behavior
The request times out
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: