Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into recv-mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 authored Aug 21, 2020
2 parents bb1fed2 + 96f32ce commit 3c2379d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2,869 deletions.
2 changes: 1 addition & 1 deletion src/http/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(MY_PROJ_NAME dsn_http)

set(MY_PROJ_SRC "")
set(MY_PROJ_SRC ${PROJECT_SOURCE_DIR}/thirdparty/build/Source/http-parser/http_parser.c)

set(MY_SRC_SEARCH_MODE "GLOB")

Expand Down
2 changes: 1 addition & 1 deletion src/http/http_message_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <vector>
#include <queue>

#include "http_parser.h"
#include <nodejs/http_parser.h>

namespace dsn {

Expand Down
Loading

0 comments on commit 3c2379d

Please sign in to comment.