Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
b50af6c5
Commit
b50af6c5
authored
Jul 12, 2011
by
Pieter Noordhuis
Browse files
Jump directly to finalize from line state
parent
64288d2c
Changes
1
Show whitespace changes
Inline
Side-by-side
parser.c
View file @
b50af6c5
...
...
@@ -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 */
cur
->
cursor
+=
pos
-
mark
;
goto
finalize
;
}
STATE
(
line_lf
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment