We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5bfc0 commit 617f332Copy full SHA for 617f332
.gitmodules
@@ -1,3 +1,6 @@
1
[submodule "libuv"]
2
path = libuv
3
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
@@ -5,7 +5,7 @@
#include <unistd.h>
#include "uv.h"
7
#include "utils.h"
8
-// #include "llhttp.h"
+#include "http-parser/http_parser.h"
9
10
#define N_BACKLOG 64
11
#define SENDBUF_SIZE 1024
http-parser
0 commit comments