We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e18c39 commit ac952e7Copy full SHA for ac952e7
Source/HttpMultipartParser.UnitTests/ParserScenarios/SmallData.cs
@@ -60,7 +60,7 @@ public void SmallDataTest()
60
{
61
// The boundry is missing the first two -- in accordance with the multipart
62
// spec. (A -- is added by the parser, this boundry is what would be sent in the
63
- // requset header)
+ // request header)
64
var parser = MultipartFormDataParser.Parse(stream, "---------------------------265001916915724");
65
Assert.True(_testCase.Validate(parser));
66
}
0 commit comments