mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
fix argument mismatches between header and c files
This commit is contained in:
@@ -54,7 +54,7 @@ void handle_request(char* request, int length, char* response,
|
||||
|
||||
// Create response
|
||||
|
||||
// Create reponse string
|
||||
// Create response string
|
||||
// char* ptr_temp = response;
|
||||
// char* temp =
|
||||
// "HTTP/1.1 200 OK\r\nContent-Type: text/html \r\nContent-Length: "
|
||||
|
||||
Reference in New Issue
Block a user