book icon indicating copy to clipboard operation
book copied to clipboard

update webserver source summaries

Open flatcap opened this issue 2 years ago • 0 comments

Update the two source summaries for the webserver chapter.

Ref: https://doc.rust-lang.org/stable/book/ch20-03-graceful-shutdown-and-cleanup.html

  • Listing 20-25
  • Source summary of src/main.rs (src/lib.rs matches the exercises)

The two summaries are out-of-date. They don't use match or BufReader.

After working through the examples to build a webserver, the final code should look like this.

flatcap avatar Dec 03 '22 10:12 flatcap