Skip to content

Commit

Permalink
Reduce puma_parser struct size
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinxiao committed Apr 3, 2021
1 parent 15b0794 commit e3f0205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/puma_http11/http11_parser.h
Expand Up @@ -29,8 +29,8 @@ typedef void (*field_cb)(struct puma_parser* hp,

typedef struct puma_parser {
int cs;
size_t body_start;
int content_len;
size_t body_start;
size_t nread;
size_t mark;
size_t field_start;
Expand Down

0 comments on commit e3f0205

Please sign in to comment.