Add upgrade handler

This commit is contained in:
Alex Hultman
2020-06-01 15:45:03 +02:00
parent 1699b214c5
commit 4be90c0114
3 changed files with 37 additions and 2 deletions
+5
View File
@@ -172,6 +172,11 @@ public:
using Super::getRemoteAddress;
/* Manually upgrade to WebSocket, called in upgrade handler of a WebSocket route */
/*void upgrade() {
}*/
/* Note: Headers are not checked in regards to timeout.
* We only check when you actively push data or end the request */