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
03a86088
Commit
03a86088
authored
Jul 02, 2011
by
Pieter Noordhuis
Browse files
Comment fix
parent
032ed29a
Changes
1
Show whitespace changes
Inline
Side-by-side
parser.c
View file @
03a86088
...
...
@@ -111,7 +111,7 @@ void redis_parser_init(redis_parser_t *parser, const redis_parser_cb_t *callback
}
/* Execute the parser against len bytes in buf. When a full message was read,
* the "dst" pointer is populated with the address of the root object (
this
* the "dst" pointer is populated with the address of the root object (this
* address is a static offset in the redis_parser_t struct, but may change in
* the future). This pointer is set to NULL when no full message could be
* parsed. This function returns the number of bytes that could be parsed. When
...
...
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