remove useless print statements

This commit is contained in:
2024-11-26 17:32:33 +01:00
parent 6cf2d5f198
commit dc4ef7c7d5
3 changed files with 4 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ The first line is a *request line*. It has:
HTTP/1.1 200 OK\r\n
Content-Type: text/html\r\n
Content-Length: 88\r\n
Connection: Closed\r\n
Connection: closed\r\n
\r\n
<HTML>
```