Skip to content

Commit

Permalink
[FIX] Solving PR conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
S0S4 committed Sep 11, 2024
1 parent dd56172 commit e61f2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/http.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#include "http.h"
#include "sock.h"
#include "utils.h"
#include <assert.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/file.h>
#include "utils.h"

const char *CONTENT_LENGTH = "Content-Length: ";
const char *GET_REQ_TEMPLATE =
Expand Down

0 comments on commit e61f2b4

Please sign in to comment.