Actually make it build, fix simple warning

This commit is contained in:
Alex Hultman
2019-04-16 17:13:10 +02:00
parent 799fe89a9b
commit 31574ec63a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ public:
auto [written, failed] = Super::uncork();
if (failed) {
// do we have the same timeout for websockets?
((AsyncSocket<SSL> *) s)->timeout(HTTP_IDLE_TIMEOUT_S);
Super::timeout(10); // this is completely wrong!
}
}