File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/AsyncHTTPClient/ConnectionPool/HTTP2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ final class HTTP2ClientRequestHandler: ChannelDuplexHandler {
256256
257257 private func writeRequestBodyPart0( _ data: IOData , request: HTTPExecutableRequest ) {
258258 guard self . request === request, let context = self . channelContext else {
259- // Because the HTTPExecutingRequest may run in a different thread to our eventLoop,
260- // calls from the HTTPExecutingRequest to our ChannelHandler may arrive here after
259+ // Because the HTTPExecutableRequest may run in a different thread to our eventLoop,
260+ // calls from the HTTPExecutableRequest to our ChannelHandler may arrive here after
261261 // the request has been popped by the state machine or the ChannelHandler has been
262262 // removed from the Channel pipeline. This is a normal threading issue, noone has
263263 // screwed up.
You can’t perform that action at this time.
0 commit comments