Get rid of built-in HTTP. If we do HTTP it will probably be via libcurl to support HTTPS and chunking and other complexities.

This commit is contained in:
Adam Ierymenko 2013-07-27 13:54:59 -04:00
commit e6e825da70
14 changed files with 0 additions and 6923 deletions

View file

@ -1,5 +1,4 @@
OBJS=\
ext/http-parser/http_parser.o \
ext/huffandpuff/huffman.o \
ext/kissdb/kissdb.o \
ext/lz4/lz4hc.o \
@ -10,7 +9,6 @@ OBJS=\
node/EthernetTap.o \
node/Filter.o \
node/HMAC.o \
node/Http.o \
node/Identity.o \
node/InetAddress.o \
node/Logger.o \