Skip to content

Commit

Permalink
Merge pull request #15 from appnexus/http-parser-submodule
Browse files Browse the repository at this point in the history
Remove copied http-parser code and use as submodule
  • Loading branch information
nalybuites committed Apr 13, 2018
2 parents 8382bdc + a4c2d89 commit 4ac4618
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/an_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <ck_ring.h>

#include "common/memory/pool.h"
#include "common/net/protocol/http-parser/http_parser.h"
#include "common/rtbr/rtbr.h"
#include "common/an_array.h"
#include "common/an_buf_http.h"
Expand All @@ -35,6 +34,7 @@
#include "common/an_syslog.h"
#include "common/server_config.h"
#include "common/util.h"
#include "third_party/http-parser/http_parser.h"

#define INITIAL_BUFFER_SIZE 4096ULL
#define INITIAL_NUM_EVENTS 64ULL
Expand Down
2 changes: 1 addition & 1 deletion common/an_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include <netinet/in.h>
#include <stdint.h>

#include "common/net/protocol/http-parser/http_parser.h"
#include "common/an_array.h"
#include "third_party/http-parser/http_parser.h"

#define AN_IO_CONNECTIONS_MAX (1U << 28)
#define AN_IO_THREADS_MAX (1U << 8)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4ac4618

Please sign in to comment.