cesanta / mongoose-wizard

2 stars 1 forks source link

When a file is uploaded using the upload type, once the file finishes uploading, the file being written to is not closed until the socket times out. I believe mongoose_impl.c should set the 'is_draining' parameter once the upload is complete to immediately close the socket and file, as shown below #8

Closed cpq closed 5 months ago