Skip to content

Commit

Permalink
parser
Browse files Browse the repository at this point in the history
  • Loading branch information
sksum committed Jul 5, 2021
1 parent 2c5bfc0 commit 617f332
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "libuv"]
path = libuv
url = https://github.com/libuv/libuv.git
[submodule "http-parser"]
path = http-parser
url = https://github.com/nodejs/http-parser.git
2 changes: 1 addition & 1 deletion Rhaegal/src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <unistd.h>
#include "uv.h"
#include "utils.h"
// #include "llhttp.h"
#include "http-parser/http_parser.h"

#define N_BACKLOG 64
#define SENDBUF_SIZE 1024
Expand Down
1 change: 1 addition & 0 deletions http-parser
Submodule http-parser added at ec8b5e

0 comments on commit 617f332

Please sign in to comment.