[tarantool-patches] [PATCH v2 1/4] Remove dead dependency of http_parser on httpc

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue Feb 26 15:11:33 MSK 2019


Http_parser is a standalone library, which in fact does not
require httpc. And because of that it is going to be moved into
lib/http_parser.
---
 src/http_parser.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/http_parser.c b/src/http_parser.c
index d485f5b44..e70f96164 100644
--- a/src/http_parser.c
+++ b/src/http_parser.c
@@ -30,7 +30,6 @@
  */
 
 #include <string.h>
-#include "httpc.h"
 #include "http_parser.h"
 
 #define LF     (unsigned char) '\n'
-- 
2.17.2 (Apple Git-113)





More information about the Tarantool-patches mailing list