Fix PFS in CDN.
GitOrigin-RevId: 3c70f19e56b39fff1bd0c8351f30cd27e44b5368
This commit is contained in:
parent
27fb078cfe
commit
886d6e99c1
@ -111,7 +111,7 @@ void SessionMultiProxy::start_up() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool SessionMultiProxy::get_pfs_flag() const {
|
bool SessionMultiProxy::get_pfs_flag() const {
|
||||||
return use_pfs_;
|
return use_pfs_ && !is_cdn_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SessionMultiProxy::init() {
|
void SessionMultiProxy::init() {
|
||||||
|
Reference in New Issue
Block a user