Skip to content
GitLab
Menu
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
5968a196
Commit
5968a196
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: extraneous
parent
cc2d13ea
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/http/tests/request_parser_unittests.cc
View file @
5968a196
...
...
@@ -131,7 +131,7 @@ TEST_F(HttpRequestParserTest, postHttpRequestWithJson) {
EXPECT_EQ
(
"shutdown"
,
json_element
->
stringValue
());
}
// This test verifies that extranous data in the request will not cause
// This test verifies that extran
e
ous data in the request will not cause
// an error if "Content-Length" value refers to the length of the valid
// part of the request.
TEST_F
(
HttpRequestParserTest
,
extraneousDataInRequest
)
{
...
...
Write
Preview
Supports
Markdown
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