From 801ace5e9adca4e53497d6c7133cc32cf94b23b7 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 28 Oct 2024 15:53:23 -0700 Subject: Remove nng_stream_set function family. This was not really used or useful. --- src/supplemental/http/http_api.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/supplemental/http/http_api.h') 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. +// Copyright 2024 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // Copyright 2019 Devolutions // @@ -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. -- cgit v1.2.3-70-g09d2