-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ProactorEventLoop hangs #376
Labels
Comments
I'll get a chance to take a look next week. |
Thanks! |
Hi Andrew,
|
Cool! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have simple http file server:
Server script and template2.html are situated in C:\ascopy. C:\ascopy\files constains some dummy files. template2.html looks like this:
When I'm starting the server and trying to browse the pages, it is simply like loading all the time and nothing happens.
Wireshark shows that SYN, ACK packets and GET request were sent. After that there is a lots of keep-alives.
While I was debugging with pdb, I discovered and that socket is open and client is connected.
There is no such problems with Select event loop, but after I've switched to Proactor this problem appeared. Maybe some suggestions? Thank you in advance.
The text was updated successfully, but these errors were encountered: