-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Migrate emscripten test server to Hypercorn #3230
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
Conversation
(you just need to pull that last commit across to your branch) |
It should be able to share more code with hypercorn_app
Thank you! I'd appreciate learning how to fish, but thanks a lot for the fish! Various streaming tests don't pass at all on my Fedora 39 laptop, even on the main branch and I have no idea why. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Merge when ready.
While this should be relatively straightforward, various tests don't work, including some that just hang, and I have no idea how to debug this. I made some progress by looking at the server logs and noticed a few 404 errors, but everything looks good from the server point of view now. And the client errors are cryptic like "No module named js" (and that's after I changed two raise statements to stop throwing away exceptions).
@joemarshall Would you mind taking a look? This is the last test using Tornado, which I am in the process in removing, in order to have a test server that supports HTTP/2.