File tree Expand file tree Collapse file tree
Source/HttpMultipartParser.UnitTests/ParserScenarios Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ public ExactBufferTruncate()
4444 }
4545 }
4646
47+
48+ /// <summary>
49+ /// Tests that the final '--' ending up in a seperate chunk doesn't break everything.
50+ /// </summary>
4751 [ Fact ]
4852 public void CanHandleFinalDashesInSeperateBufferFromEndBinary ( )
4953 {
@@ -54,6 +58,10 @@ public void CanHandleFinalDashesInSeperateBufferFromEndBinary()
5458 }
5559 }
5660
61+
62+ /// <summary>
63+ /// Tests that the final '--' ending up in a seperate chunk doesn't break everything.
64+ /// </summary>
5765 [ Fact ]
5866 public async Task CanHandleFinalDashesInSeperateBufferFromEndBinaryAsync ( )
5967 {
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public void CanDetectBoundariesCrossBuffer()
7070 }
7171
7272 /// <summary>
73- /// The correctly handle mixed newline formats.
73+ /// Ensure that mixed newline formats are correctly handled .
7474 /// </summary>
7575 [ Fact ]
7676 public void CorrectlyHandleMixedNewlineFormats ( )
You can’t perform that action at this time.
0 commit comments