From 0248c9828349ac8539b3aaad297aac71e8627c2f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 12 Dec 2022 11:40:55 +0000 Subject: httpd: mw_h1req comment fixes --- mwrap_httpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mwrap_httpd.h b/mwrap_httpd.h index b0adf6a..6d40d6c 100644 --- a/mwrap_httpd.h +++ b/mwrap_httpd.h @@ -53,11 +53,11 @@ struct mw_wbuf { /* for response headers + bodies */ struct mw_h1req { /* HTTP/1.x request (TSD in common (fast) case) */ const char *method, *path, *qstr; size_t method_len, path_len, qlen; - uint16_t rbuf_len; + uint16_t rbuf_len; /* capped by MW_RBUF_SIZE */ int pret, minor_ver; size_t nr_hdr; struct phr_header hdr[MW_NR_NAME]; - char rbuf[MW_RBUF_SIZE]; /* read(2) in to thi */ + char rbuf[MW_RBUF_SIZE]; /* read(2) in to this */ }; struct mw_h1 { /* each HTTP/1.x client (heap) */ -- cgit v1.2.3-24-ge0c7