Pass Autobahn with restored WS perf.

This commit is contained in:
Alex Hultman
2018-12-21 03:18:34 +01:00
parent 2a1fc55b58
commit 4a2cd93a22
4 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public:
/* Cork data */
char *corkBuffer = new char[CORK_BUFFER_SIZE];
int corkOffset = 0;
bool corked = false;
void *corkedSocket = nullptr;
/* Compression data */
InflationStream *inflationStream = nullptr;