mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
changes to send headers and body separately which fixes images not sending
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "http_stuff.h"
|
||||
#include "response_builder.h"
|
||||
|
||||
void handle_request(char* request, int length, char** response,
|
||||
size_t* response_length);
|
||||
void handle_request(char* request, int length, http_response* response);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user