Support empty part in DefaultPartHttpMessageReader
This commit fixes a bug in DefaultPartHttpMessageReader's MultipartParser, due to which the last token in a part window was not properly indicated. Closes gh-30953
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--LiG0chJ0k7YtLt-FzTklYFgz50i88xJCW5jD
|
||||
Content-Disposition: form-data; name="files"; filename="file17312898095703516893.tmp"
|
||||
Content-Type: application/octet-stream
|
||||
Content-Length: 0
|
||||
|
||||
|
||||
--LiG0chJ0k7YtLt-FzTklYFgz50i88xJCW5jD
|
||||
Content-Disposition: form-data; name="files"; filename="file14790463448453253614.tmp"
|
||||
Content-Type: application/octet-stream
|
||||
Content-Length: 0
|
||||
|
||||
|
||||
--LiG0chJ0k7YtLt-FzTklYFgz50i88xJCW5jD--
|
||||
Reference in New Issue
Block a user