Skip to content

Commit 474b23d

Browse files
authored
Typo: Replace HTTPExecutingRequest with HTTPExecutableRequest (#514)
1 parent 65d97ff commit 474b23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/AsyncHTTPClient/ConnectionPool/HTTP2/HTTP2ClientRequestHandler.swift

+2-2
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)