Skip to content

Commit 780c638

Browse files
authored
Update ngx_http_upload_module.c
fdintino#140 (comment)
1 parent 96e6460 commit 780c638

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ngx_http_upload_module.c

+4-1
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,10 @@ static ngx_int_t ngx_http_upload_start_handler(ngx_http_upload_ctx_t *u) { /* {{
15811581
#endif
15821582
}
15831583
}
1584-
1584+
/*
1585+
* https://github.com/fdintino/nginx-upload-module/issues/140#issuecomment-1192776396
1586+
*/
1587+
pass_field = 1;
15851588
if(pass_field && u->field_name.len != 0) {
15861589
/*
15871590
* Here we do a small hack: the content of a non-file field

0 commit comments

Comments
 (0)