We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0eb2257 + d68ddcc commit afe19ddCopy full SHA for afe19dd
1 file changed
src/ch20-01-single-threaded.md
@@ -448,7 +448,7 @@ uses the `status_line` and `filename` variables. This makes it easier to see
448
the difference between the two cases, and it means we have only one place to
449
update the code if we want to change how the file reading and response writing
450
work. The behavior of the code in Listing 20-9 will be the same as that in
451
-Listing 20-8.
+Listing 20-7.
452
453
Awesome! We now have a simple web server in approximately 40 lines of Rust code
454
that responds to one request with a page of content and responds to all other
0 commit comments