We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd4b10e + 204c6c4 commit c64ca0dCopy full SHA for c64ca0d
src/ch20-02-multithreaded.md
@@ -653,7 +653,7 @@ overloaded if the server receives a lot of requests. If we make a request to
653
*/sleep*, the server will be able to serve other requests by having another
654
thread run them.
655
656
-> Note: if you open */sleep* in multiple browser windows simultaneously, they
+> Note: If you open */sleep* in multiple browser windows simultaneously, they
657
> might load one at a time in 5 second intervals. Some web browsers execute
658
> multiple instances of the same request sequentially for caching reasons. This
659
> limitation is not caused by our web server.
0 commit comments