swisspol / GCDWebServer

The #1 HTTP server for iOS, macOS & tvOS (also includes web based uploader & WebDAV server)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ababo opened this issue · comments

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?