Add MIT-licensed Joyent http-parser lib to ext/ for use with new control plane.

This commit is contained in:
Adam Ierymenko 2015-03-20 13:32:31 -07:00
commit 96737368aa
7 changed files with 2842 additions and 2 deletions

View file

@ -4,6 +4,7 @@ OBJS=\
control/NodeControlClient.o \
control/NodeControlService.o \
ext/lz4/lz4.o \
ext/http-parser/http_parser.o \
osnet/NativeSocketManager.o \
node/C25519.o \
node/CertificateOfMembership.o \