From d87b873ea5bbdae1352b2a61f5110f20b65928cc Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 12 Jan 2025 08:07:20 -0800 Subject: http: status and reason fixes (make it match docs) --- src/supplemental/http/http_msg.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/supplemental/http/http_msg.h') diff --git a/src/supplemental/http/http_msg.h b/src/supplemental/http/http_msg.h index 038d9a04..5a13c409 100644 --- a/src/supplemental/http/http_msg.h +++ b/src/supplemental/http/http_msg.h @@ -49,8 +49,6 @@ struct nng_http_req { struct nng_http_res { nni_http_entity data; - uint16_t code; - char *rsn; bool iserr; http_header location; }; -- cgit v1.2.3-70-g09d2