nghttp: Code cleanup
This commit is contained in:
parent
1af9a9cee0
commit
1ee847c21a
|
@ -902,7 +902,8 @@ struct HttpClient {
|
|||
}
|
||||
if(path_cache.count(uri)) {
|
||||
return false;
|
||||
} else {
|
||||
}
|
||||
|
||||
if(config.multiply == 1) {
|
||||
path_cache.insert(uri);
|
||||
}
|
||||
|
@ -913,7 +914,6 @@ struct HttpClient {
|
|||
pri, level));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
void record_handshake_time()
|
||||
{
|
||||
stat.on_handshake_time = get_time();
|
||||
|
|
Loading…
Reference in New Issue