From 8d1b0b182a55da980ee191e0cd0f7428938c4560 Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Wed, 12 Oct 2022 13:02:27 +0100 Subject: [PATCH] docs(localhost): add note to clarifiy auditor should check source code --- subjects/localhost/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/localhost/audit/README.md b/subjects/localhost/audit/README.md index d3e2c42cf..4dadf8979 100644 --- a/subjects/localhost/audit/README.md +++ b/subjects/localhost/audit/README.md @@ -4,7 +4,7 @@ Localhost is about creating your own HTTP server and test it with an actual brow ### Functional ***Is the student able to justify his choices and explain the following:*** - +***Note:*** Ask the student to show you the implementation in the source code when necessary. ###### How does an HTTP server works? ###### Which function was used for I/O Multiplexing and how does it works? ###### Is the server using only one select (or equivalent) to read the client requests and write answers?