-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Under normal circumstances, there is no issue. However, when multiple asynchronous HTTPS requests are sent consecutively at the same time, almost all the requests encounter a "Connection abort" error. The requests show the "Connect" method instead of the original POST/GET methods.
To Reproduce
Steps to reproduce the behavior:
- Use an asynchronous HTTP client to send multiple HTTPS requests simultaneously.
- Disable reqable, and the application functions normally.
- Enable reqable, and most requests will fail.
Expected behavior
Whether Reqable is enabled or not does not affect asynchronous concurrent HTTP requests.
Screenshots
Information
- Platform: [e.g. android]
- OS: [e.g. any]
- Arch: [e.g. arm, x86-64]
- App Version: [e.g. 3.0.32]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working