aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/http/http_msg.h')
-rw-r--r--src/supplemental/http/http_msg.h2
1 files changed, 0 insertions, 2 deletions
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;
};