Commit b50af6c5 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Jump directly to finalize from line state

parent 64288d2c
...@@ -422,6 +422,7 @@ size_t redis_parser_execute(redis_parser_t *parser, redis_protocol_t **dst, cons ...@@ -422,6 +422,7 @@ size_t redis_parser_execute(redis_parser_t *parser, redis_protocol_t **dst, cons
/* Add number of processed bytes to cursor */ /* Add number of processed bytes to cursor */
cur->cursor += pos-mark; cur->cursor += pos-mark;
goto finalize;
} }
STATE(line_lf) { STATE(line_lf) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment