Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Someone opened an issue for different symptoms of the same underlying behavior. They noticed that Chrome's preconnections were delaying graceful server shutdown. rust-lang/book#3545
  • Loading branch information
ludi317 authored Oct 22, 2023
1 parent 598caee commit 4a629d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
>The story should end here, but there’s a problem. The code, as copied from the book, panics when requests are made from a Chrome browser. Requests made from curl or Firefox work fine.
>
>This repo is a patched web server that fixes the panic. I’ve shared it for the benefit of those who might encounter this error, since I wasn’t able to find any mention of it online. I’ve also investigated why Chrome, but not Firefox, causes the server to crash.
>This repo is a patched web server that fixes the panic. I’ve shared it for the benefit of those who might encounter this error. I’ve also investigated why Chrome, but not Firefox, causes the server to crash.

See my [blog](https://medium.com/@ludirehak/why-chrome-crashes-the-rust-books-web-server-30265b18d32c) for the thrilling conclusion.
See my [blog](https://medium.com/@ludirehak/why-chrome-crashes-the-rust-books-web-server-30265b18d32c) for the thrilling conclusion.

0 comments on commit 4a629d7

Please sign in to comment.