add response (with html + css)
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
|
||||
#include "utils/hashmap.h"
|
||||
|
||||
/* On which port the server will run */
|
||||
#define PORT 3030
|
||||
|
||||
/* Clients max queue */
|
||||
#define BACKLOG 10
|
||||
|
||||
@@ -94,6 +91,4 @@ int handle_new_client(int sockfd, struct sockaddr_storage *their_sa, socklen_t *
|
||||
*/
|
||||
void close_fds(bucket_t *bucket);
|
||||
|
||||
void send_html_test(int sockfd);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user