From 65c695fcbfc6d546795e9e54dcd5d6ac52d420a5 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 21 Feb 2018 20:12:28 -0800 Subject: Modularize HTTP headers somewhat. We move the HTTP definitions out of the core nng.h and into a supplemental header. Most of this change was trivial updates to all of the HTTP related manual pages. --- src/supplemental/http/http_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/supplemental/http/http_msg.c') diff --git a/src/supplemental/http/http_msg.c b/src/supplemental/http/http_msg.c index 9a5bac68..d4744471 100644 --- a/src/supplemental/http/http_msg.c +++ b/src/supplemental/http/http_msg.c @@ -15,7 +15,7 @@ #include #include "core/nng_impl.h" -#include "http.h" +#include "http_api.h" // Note that as we parse headers, the rule is that if a header is already // present, then we can append it to the existing header, separated by -- cgit v1.2.3-70-g09d2