ext/puma_http11/http11_parser.h in piesync-puma-3.12.6.1 vs ext/puma_http11/http11_parser.h in piesync-puma-5.4.0.1

- old
+ new

@@ -27,11 +27,11 @@ const char *field, size_t flen, const char *value, size_t vlen); 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; size_t field_len; size_t query_start;