Skip to content

[bug] Connections aborted when multiple requests sending at once #2372

@lazytiger

Description

@lazytiger

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]

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions