Closed
Description
async-http-client/Sources/AsyncHTTPClient/HTTPHandler.swift
Lines 398 to 402 in e9d0dd2
the above code would be better done with an outbound user event, so something like
channel.triggerOutboundUserEvent(CancelEvent)
as an added benefit, that returns a promise so we can know if that was successful or not. The promise will be failed automatically if that has been handled before or the channel is already closed.
Metadata
Metadata
Assignees
Labels
No labels