Disable broken SSL path

This commit is contained in:
Alex Hultman
2024-01-08 21:48:28 +01:00
parent 9681439415
commit 1cc8605490
+1 -1
View File
@@ -278,7 +278,7 @@ protected:
/* Fall through to default return */
} else {
/* Strategy differences between SSL and non-SSL regarding syscall minimizing */
if constexpr (SSL) {
if constexpr (false) {
/* Cork up as much as we can */
unsigned int stripped = LoopData::CORK_BUFFER_SIZE - loopData->corkOffset;
memcpy(loopData->corkBuffer + loopData->corkOffset, src, stripped);