mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
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:
parent
917b95a1d6
commit
e6e825da70
14 changed files with 0 additions and 6923 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue