add default clause to switch statement albeit technically superflous
This commit is contained in:
parent
2c9edcaf23
commit
edef9c11f7
@ -239,6 +239,8 @@ boost::tribool RequestParser::consume(
|
|||||||
}
|
}
|
||||||
case expecting_newline_3:
|
case expecting_newline_3:
|
||||||
return (input == '\n');
|
return (input == '\n');
|
||||||
|
default:
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user