Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
c6aa65d3
Commit
c6aa65d3
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: occurs
parent
ebd4ad14
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/cc/json_feed.cc
View file @
c6aa65d3
...
...
@@ -168,7 +168,7 @@ JSONFeed::getNextFromBuffer() {
unsigned
int
ev
=
getNextEvent
();
char
c
=
'\0'
;
// The caller should always provide additional data when the
// NEED_MORE_DATA_EVT occur
r
s. If the next event is still
// NEED_MORE_DATA_EVT occurs. If the next event is still
// NEED_MORE_DATA_EVT it indicates that the caller hasn't provided
// the data.
if
(
ev
==
NEED_MORE_DATA_EVT
)
{
...
...
src/lib/http/request_parser.cc
View file @
c6aa65d3
...
...
@@ -236,7 +236,7 @@ HttpRequestParser::getNextFromBuffer() {
unsigned
int
ev
=
getNextEvent
();
char
c
=
'\0'
;
// The caller should always provide additional data when the
// NEED_MORE_DATA_EVT occur
r
s. If the next event is still
// NEED_MORE_DATA_EVT occurs. If the next event is still
// NEED_MORE_DATA_EVT it indicates that the caller hasn't provided
// the data.
if
(
ev
==
NEED_MORE_DATA_EVT
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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