Skip to content

Commit 5ea93a9

Browse files
committed
Cleanup TODO in ResponseHandler
1 parent 5f8d718 commit 5ea93a9

File tree

1 file changed

+0
-2
lines changed
  • http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal

1 file changed

+0
-2
lines changed

http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/ResponseHandler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ private Subscription resolveSubscription(Subscription subscription) {
202202
if (Protocol.HTTP2.equals(ChannelAttributeKey.getProtocolNow(channelContext.channel()))) {
203203
return new Http2ResetSendingSubscription(channelContext, subscription);
204204
} else {
205-
// TODO I believe the behavior for H1 is to finish reading the data. Do we want to do this
206-
// or abort the connection?
207205
return subscription;
208206
}
209207
}

0 commit comments

Comments
 (0)