keepalive
This commit is contained in:
parent
1a67407155
commit
989c07280a
|
@ -231,6 +231,7 @@ export class HTTPSamplerProxy extends DefaultTestElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.boolProp("HTTPSampler.follow_redirects", this.request.follow, true);
|
this.boolProp("HTTPSampler.follow_redirects", this.request.follow, true);
|
||||||
|
this.boolProp("HTTPSampler.use_keepalive", this.request.keepalive, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue