A simple web server runs on Unix-like system.
This project is written during the class CS631, Advanced Programming in the UNIX Environment, Fall 2013, SIT.
-
Options Validation Check: dircheck(): closedir() [Fixed in main.c v1.02]
-
Options Validation Check: still at "rudimentary" stage
-
Client~INFO may not be displayed correctly occasionally when using telnet to connect. (Web browser connection behaved better.) [Fixed in net.c v1.04]
-
Always show the usage when giving a local direction.(example: ./sws dir) [Fixed in main.c v1.02]
-
No support for IPv6 [Fixed in net.c 1.07]
-
Does not handle simultaneous clients, only sequential. [Fixed in net.c v1.03]
-
Yields 400 for unknown requests (should be not-implemented).
-
By default only binds on IPv4. [Fixed in patch Dec6/2013 & patch Dec14/2013].
-
Magic numbers on request status code define. [Fixed in net.h v1.06, http.c v1.03]
-
Memory mapping error for "Get / HTTP/1.0". [Fixed in patch Dec6/2013]
-
Always 522 Timeout while dealing requests from web browser. [Fixed in net.c v1.12]