diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-27 13:54:59 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-27 13:54:59 -0400 |
| commit | e6e825da706f6a59e597aac7ab65b846ea3a7fd4 (patch) | |
| tree | e55018b0c5dbcc7a84d2942ec2a10bca3a269e99 /objects.mk | |
| parent | 917b95a1d688904ed0ca34b96fafc0849867d9fb (diff) | |
| download | infinitytier-e6e825da706f6a59e597aac7ab65b846ea3a7fd4.tar.gz infinitytier-e6e825da706f6a59e597aac7ab65b846ea3a7fd4.zip | |
Get rid of built-in HTTP. If we do HTTP it will probably be via libcurl to support HTTPS and chunking and other complexities.
Diffstat (limited to 'objects.mk')
| -rw-r--r-- | objects.mk | 2 |
1 files changed, 0 insertions, 2 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 \ |
