You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'd like to implement a HTTP server supporting modern POST multipart/form-data requests. I am lucky and QHTTP supports such requests. However if use curl to send a file to my server like that:
Hi. I'd like to implement a HTTP server supporting modern POST multipart/form-data requests. I am lucky and QHTTP supports such requests. However if use curl to send a file to my server like that:
and then immediately Ctrl+C, I'll get an end() signal:
Is there a way to determine that the POST request has been interrupted?
The text was updated successfully, but these errors were encountered: