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

[Bug]: Concurrent requests to the same URLs are not sent at the same time #42094

Closed
3 tasks done
kadirgun opened this issue May 8, 2024 · 3 comments
Closed
3 tasks done
Labels

Comments

@kadirgun
Copy link

kadirgun commented May 8, 2024

Preflight Checklist

Electron Version

30.0.2

What operating system are you using?

Windows

Operating System Version

Windows 11 23H2

What arch are you using?

x64

Last Known Working Electron version

No response

Expected Behavior

When I send requests to the same URL at the same time via Google Chrome 124.0.6367.119, all requests are processed at the same time.
image

Actual Behavior

Likewise, in the electron browser window, only 1 request is processed at a time.
image

As expected, requests sent to different URL addresses are sent at the same time.
image

I'm not sure if this is a bug or not. It could be a security setting in Chrome.

Testcase Gist URL

https://gist.github.com/kadirgun/14b259f9c8651401a321c79a2a957ac1

No response

Additional Information

No response

@VerteDinde VerteDinde added the blocked/need-repro Needs a test case to reproduce the bug label May 8, 2024
@electron-issue-triage
Copy link

Hello @kadirgun. Thanks for reporting this and helping to make Electron better!

Would it be possible for you to make a standalone testcase with only the code necessary to reproduce the issue? For example, Electron Fiddle is a great tool for making small test cases and makes it easy to publish your test case to a gist that Electron maintainers can use.

Stand-alone test cases make fixing issues go more smoothly: it ensure everyone's looking at the same issue, it removes all unnecessary variables from the equation, and it can also provide the basis for automated regression tests.

Now adding the blocked/need-repro Needs a test case to reproduce the bug label for this reason. After you make a test case, please link to it in a followup comment. This issue will be closed in 10 days if the above is not addressed.

@kadirgun
Copy link
Author

kadirgun commented May 8, 2024

@electron-issue-triage electron-issue-triage bot removed the blocked/need-repro Needs a test case to reproduce the bug label May 8, 2024
@kadirgun
Copy link
Author

kadirgun commented May 9, 2024

The problem seems to be cache related. When I checked the disable cache option the problem was solved.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants