nghttp: Code cleanup
This commit is contained in:
parent
1af9a9cee0
commit
1ee847c21a
|
@ -902,17 +902,17 @@ struct HttpClient {
|
||||||
}
|
}
|
||||||
if(path_cache.count(uri)) {
|
if(path_cache.count(uri)) {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
|
||||||
if(config.multiply == 1) {
|
|
||||||
path_cache.insert(uri);
|
|
||||||
}
|
|
||||||
|
|
||||||
reqvec.push_back(util::make_unique<Request>(uri, u, data_prd,
|
|
||||||
data_length,
|
|
||||||
pri_spec, std::move(dep),
|
|
||||||
pri, level));
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(config.multiply == 1) {
|
||||||
|
path_cache.insert(uri);
|
||||||
|
}
|
||||||
|
|
||||||
|
reqvec.push_back(util::make_unique<Request>(uri, u, data_prd,
|
||||||
|
data_length,
|
||||||
|
pri_spec, std::move(dep),
|
||||||
|
pri, level));
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
void record_handshake_time()
|
void record_handshake_time()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue