spdycat: Add missing break after handling -H option
This commit is contained in:
parent
0409c76b45
commit
00172f827a
|
@ -738,6 +738,7 @@ int main(int argc, char **argv)
|
||||||
// Note that there is no processing currently to handle multiple
|
// Note that there is no processing currently to handle multiple
|
||||||
// message-header fields with the same field name
|
// message-header fields with the same field name
|
||||||
config.headers.insert(std::pair<std::string,std::string>(header, value));
|
config.headers.insert(std::pair<std::string,std::string>(header, value));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case 'a':
|
case 'a':
|
||||||
#ifdef HAVE_LIBXML2
|
#ifdef HAVE_LIBXML2
|
||||||
|
|
Loading…
Reference in New Issue