Reproduction steps:
1. Extract the attached zip file “ReproProject”
2. In the extracted folder open the “BundlesToCopy” folder and copy all the files and paste them into the "/Library/WebServer/Documents/" folder (on macOS)
3. Start the Apache server in Mac Terminal using the “sudo apachectl start” command
4. Open the “ReproProject” project in Unity
5. Open the “Assets/Scenes/SampleScene” Scene
6. Enter the Play mode
7. Wait for messages in the Console window
Expected result: Only “WebRequest OK from http://localhost//bundle_x” messages are printed to the Console
Actual result: Some requests timeout with the error “Curl error 28: Failed to connect to localhost port 80 after 25905 ms: Operation timed out”
Reproducible with: 2021.3.27f1, 2022.3.1f1, 2023.1.0b20, 2023.2.0a18
Reproducible on: macOS 13.3 (Intel)