keepalive

This commit is contained in:
q4speed 2020-06-02 14:06:45 +08:00
parent 1a67407155
commit 989c07280a
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ export class HTTPSamplerProxy extends DefaultTestElement {
}
this.boolProp("HTTPSampler.follow_redirects", this.request.follow, true);
this.boolProp("HTTPSampler.use_keepalive", this.request.keepalive, true);
}
}