-
Notifications
You must be signed in to change notification settings - Fork 4
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
Crashing on HTTPS #9
Comments
The same kind of behaviour on HTTP ends up with these messages rather than crashing:
|
These bugs and warnings are due to the server assuming certain behavior from the client. I haven't put much time into addressing TCP/IP and HTTP-level edge cases in this demo yet. Using a third-party HTTP implementation (https://github.com/sammhicks/picoserve is the only Whether I fix these issues myself or switch to using a third-party HTTP implementation instead, I'll post my progress in this thread. |
The crash in this issue has been fixed with seL4/rust-sel4#78, pulled into this repo with #10. |
Was just clicking around after getting the example building/running and ran into this:
I'm not sure what caused it, but I think it's something to do with requesting another page before the current one finishes loading? E.g say going to https://localhost:9443/news/index.html and then reloading before the page is finished loading.
The text was updated successfully, but these errors were encountered: