swisspol / GCDWebServer

The #1 HTTP server for iOS, macOS & tvOS (also includes web based uploader & WebDAV server)
Other
6.51k stars 1.25k forks source link

Is there a way to notify when HTTP request is aborted being in streaming mode? #558

Open ababo opened 3 years ago

ababo commented 3 years ago

I have some data that should remain in consistent state, so I need to know when the request was aborted (or a network error has occurred), so I need to perform a cleanup. Is there a way to get notified?