aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-01-10 11:01:48 -0800
committerGarrett D'Amore <garrett@damore.org>2018-01-10 11:01:48 -0800
commit282da09430fc39d8f93d78b828d3653e95318255 (patch)
treec776c7cefe2ed35c0bae43fb50f0c8dcc443a00f /src/supplemental/http
parent6dddc0bfcb79615b8be470a5e16918360d57cadb (diff)
downloadnng-282da09430fc39d8f93d78b828d3653e95318255.tar.gz
nng-282da09430fc39d8f93d78b828d3653e95318255.tar.bz2
nng-282da09430fc39d8f93d78b828d3653e95318255.zip
Clarifications around nng_fini(), and remove old http_msg structure.
Diffstat (limited to 'src/supplemental/http')
-rw-r--r--src/supplemental/http/http.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/supplemental/http/http.h b/src/supplemental/http/http.h
index d817ba37..0f3affc0 100644
--- a/src/supplemental/http/http.h
+++ b/src/supplemental/http/http.h
@@ -1,6 +1,6 @@
//
-// Copyright 2017 Staysail Systems, Inc. <info@staysail.tech>
-// Copyright 2017 Capitar IT Group BV <info@capitar.com>
+// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
@@ -13,8 +13,6 @@
#include <stdbool.h>
-// nni_http_msg represents an HTTP request or response message.
-typedef struct nni_http_msg nni_http_msg;
typedef struct nni_http_res nni_http_res;
typedef struct nni_http_entity nni_http_entity;