Skip to content

Commit de9991d

Browse files
committed
Update MultipartFormParser.java
1 parent 30fad1a commit de9991d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

avaje-jex-file-upload/src/main/java/io/avaje/jex/file/upload/MultipartFormParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ static Map<String, List<MultiPart>> parse(
7676
}
7777

7878
while (true) {
79+
headers.clear();
7980
// read part headers until blank line
8081
while (true) {
8182
s = readLine(charset, is);

0 commit comments

Comments
 (0)