diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-09-16 20:17:42 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-09-16 20:17:42 +0300 |
commit | 56f4085b9d1d00ecdd359e3deb9c06a3b8ba0874 (patch) | |
tree | 7da11bd5b7744353605b14eaa1f5769692b03839 /src/nxt_http_parse.h | |
parent | 2fb7a1bfb90c4c8d484e4b0c4bd5ae2a594fd6e1 (diff) | |
download | unit-56f4085b9d1d00ecdd359e3deb9c06a3b8ba0874.tar.gz unit-56f4085b9d1d00ecdd359e3deb9c06a3b8ba0874.tar.bz2 |
HTTP parser: removed unused "offset" field.
Thanks to 洪志道 (Hong Zhi Dao).
Diffstat (limited to 'src/nxt_http_parse.h')
-rw-r--r-- | src/nxt_http_parse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nxt_http_parse.h b/src/nxt_http_parse.h index 29e3688e..e66475a1 100644 --- a/src/nxt_http_parse.h +++ b/src/nxt_http_parse.h @@ -37,8 +37,6 @@ struct nxt_http_request_parse_s { nxt_int_t (*handler)(nxt_http_request_parse_t *rp, u_char **pos, u_char *end); - size_t offset; - nxt_str_t method; u_char *target_start; |