Skip to content

Commit 617f332

Browse files
committed
parser
1 parent 2c5bfc0 commit 617f332

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "libuv"]
22
path = libuv
33
url = https://github.com/libuv/libuv.git
4+
[submodule "http-parser"]
5+
path = http-parser
6+
url = https://github.com/nodejs/http-parser.git

Rhaegal/src/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <unistd.h>
66
#include "uv.h"
77
#include "utils.h"
8-
// #include "llhttp.h"
8+
#include "http-parser/http_parser.h"
99

1010
#define N_BACKLOG 64
1111
#define SENDBUF_SIZE 1024

http-parser

Submodule http-parser added at ec8b5ee

0 commit comments

Comments
 (0)