Adding http to keep-alive
This commit is contained in:
parent
43e2d165f5
commit
095c1dc6a7
@ -108,8 +108,8 @@ void PushIntervalTracker::save() {
|
|||||||
void PushTarget::sendAll(float angle, float gravitySG, float corrGravitySG,
|
void PushTarget::sendAll(float angle, float gravitySG, float corrGravitySG,
|
||||||
float tempC, float runTime) {
|
float tempC, float runTime) {
|
||||||
printHeap("PUSH");
|
printHeap("PUSH");
|
||||||
_http.setReuse(false);
|
_http.setReuse(true);
|
||||||
_httpSecure.setReuse(false);
|
_httpSecure.setReuse(true);
|
||||||
|
|
||||||
TemplatingEngine engine;
|
TemplatingEngine engine;
|
||||||
engine.initialize(angle, gravitySG, corrGravitySG, tempC, runTime);
|
engine.initialize(angle, gravitySG, corrGravitySG, tempC, runTime);
|
||||||
|
Loading…
Reference in New Issue
Block a user