mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Polishing contribution
See gh-37202
This commit is contained in:
+1
@@ -86,6 +86,7 @@ final class PartGenerator implements MultipartParser.PartListener {
|
||||
|
||||
@Override
|
||||
public void onHeaders(HttpHeaders headers) {
|
||||
// no-op on the first part, since InitialState does not override onComplete()
|
||||
this.state.onComplete();
|
||||
if (isFormField(headers)) {
|
||||
this.state = new FormFieldState(headers);
|
||||
|
||||
Reference in New Issue
Block a user