File tree 1 file changed +2
-2
lines changed
Sources/AsyncHTTPClient/ConnectionPool/HTTP2
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 {
256
256
257
257
private func writeRequestBodyPart0( _ data: IOData , request: HTTPExecutableRequest ) {
258
258
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
261
261
// the request has been popped by the state machine or the ChannelHandler has been
262
262
// removed from the Channel pipeline. This is a normal threading issue, noone has
263
263
// screwed up.
You can’t perform that action at this time.
0 commit comments