Barely make it parse trailers

This commit is contained in:
Alex Hultman
2022-10-07 13:50:27 +02:00
parent a21446176d
commit 5062696f63
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ void runTest(unsigned int maxConsume) {
// every null chunk is followed by an empty trailer
if (chunk.length() == 0) {
//ss << "\r\n";
ss << "\r\n";
}
}