aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_api.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-28 15:53:23 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-28 16:13:11 -0700
commit801ace5e9adca4e53497d6c7133cc32cf94b23b7 (patch)
tree8bbfb96e513fedce9b2cb29672f99fce0c5d54bd /src/supplemental/http/http_api.h
parentcaa0c875339badd5a0da38aee9605a40cb7e9d83 (diff)
downloadnng-801ace5e9adca4e53497d6c7133cc32cf94b23b7.tar.gz
nng-801ace5e9adca4e53497d6c7133cc32cf94b23b7.tar.bz2
nng-801ace5e9adca4e53497d6c7133cc32cf94b23b7.zip
Remove nng_stream_set function family.
This was not really used or useful.
Diffstat (limited to 'src/supplemental/http/http_api.h')
-rw-r--r--src/supplemental/http/http_api.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/supplemental/http/http_api.h b/src/supplemental/http/http_api.h
index 70a43432..813f9fe6 100644
--- a/src/supplemental/http/http_api.h
+++ b/src/supplemental/http/http_api.h
@@ -1,5 +1,5 @@
//
-// Copyright 2023 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
// Copyright 2019 Devolutions <info@devolutions.net>
//
@@ -102,8 +102,6 @@ extern void nni_http_conn_close(nni_http_conn *);
extern void nni_http_conn_fini(nni_http_conn *);
extern int nni_http_conn_getopt(
nni_http_conn *, const char *, void *, size_t *, nni_type);
-extern int nni_http_conn_setopt(
- nni_http_conn *, const char *, const void *, size_t, nni_type);
// Reading messages -- the caller must supply a preinitialized (but otherwise
// idle) message. We recommend the caller store this in the aio's user data.