-
Notifications
You must be signed in to change notification settings - Fork 40
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
Examples crash when trying to open in Safari #68
Comments
hey @booyaa ! thanks for filing. i just tried to reproduce this on my machine (same except i'm not on High Sierra) and could not. i'm gonna tag this with if you happen to figure it out please follow up on this thread! |
Can't repro on High Sierra:
|
Can't repro here either.
|
Hello all, I'm running the following versions of things, and can report no crash here. 😢 Version info
|
I can't repro on High Sierra either. Commit 66d8b4d |
Cant reproduce either.
|
This is definitely looking like a fault with this Safari build (12604.1.38.1.7). Thanks everyone! If anyone has a suggestion how I might catch what Safari is trying to send in the request to simple_server, would greatly appreciate it. |
@booyaa Your stack trace output gives it away. The current request handling code is a little naive and each request cannot exceed 512 bytes, including headers. If it does, then it To demonstrate, you can replicate this using CURL...
The fact that noone seems to have this problem points to your individual browser configuration. It maybe that you've used one or more previous HTTP servers on |
Wow thanks @gmbeard switched to private and it didn't crash the |
Time to write a test to reproduce it, so I can have a go fixing it! 😄 |
That is amazing! Like a lightbulb. Great job debugging! This means this is a duplicate of #19 |
Works fine in FireFox (including Nightly) and Chrome.
Versions:
The text was updated successfully, but these errors were encountered: