From 588611e180f2e47caa778a6265b1d7f73b90648a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 11 Jan 2025 08:36:27 -0800 Subject: http: remove public access to req / res structures --- src/supplemental/http/http_public.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/supplemental') diff --git a/src/supplemental/http/http_public.c b/src/supplemental/http/http_public.c index 5b39ba02..55c54394 100644 --- a/src/supplemental/http/http_public.c +++ b/src/supplemental/http/http_public.c @@ -138,16 +138,6 @@ nng_http_get_version(nng_http *conn) #endif } -nng_http_res * -nng_http_conn_res(nng_http *conn) -{ -#ifdef NNG_SUPP_HTTP - return (nni_http_conn_res(conn)); -#else - return (NULL); -#endif -} - int nng_http_set_status(nng_http *conn, uint16_t status, const char *reason) { -- cgit v1.2.3-70-g09d2