book/listings/ch20-web-server/listing-20-09
Carol (Nichols || Goulding) 5fdb6958c7
Update web server program and explanation
- Improve style
- Use BufReader rather than Read directly
  - Fixes #2237.
  - Fixes #1990.
- Use write_all instead of write
  - Fixes #2058 by removing flush that's a no-op
- Remove redundant complete listings that only added HTML files
2022-05-11 15:43:47 -04:00
..
src Update web server program and explanation 2022-05-11 15:43:47 -04:00
404.html Extract code listings to separate files 2020-01-25 21:20:38 -05:00
Cargo.lock Update to Rust 1.38 2020-01-25 21:20:42 -05:00
Cargo.toml Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
hello.html Extract code listings to separate files 2020-01-25 21:20:38 -05:00