small wording nit

This commit is contained in:
steveklabnik
2017-04-17 15:01:26 -04:00
parent 6b014e3fbf
commit dddbda0c8a

View File

@@ -13,7 +13,7 @@ To do this, we will:
1. Learn a little bit about TCP and HTTP
2. Listen for TCP connections on a socket
3. Parse a tiny bit of HTTP requests
3. Parse a tiny number of HTTP requests
4. Create a proper HTTP response
5. Improve the throughput of our server with a thread pool