Question 42
The browser expects an HTTP response, but the server closes the connection without sending one.
The buffer size is too large, causing a deadlock.
read() cannot be used with HTTP traffic; recv() must be used.
The server must send a TCP FIN before printf.