first commit

This commit is contained in:
Jose Caban
2025-06-07 01:59:34 -04:00
commit 388ac241f0
3558 changed files with 9116289 additions and 0 deletions

14
CS4210/cs4210/proj2/TODO Normal file
View File

@@ -0,0 +1,14 @@
TODO:
o Check what the proxy should return when it can't get the host addr
or can't connect to host.
o Figure out why read_line only reads one line and returns NULL for
subsequent reads (perhaps this is only true for files?)
Done:
+ Kill client socket after sending stuff.
+ Add the Host header field to requests from the proxy to the server.