Skip to content

Commit f4b450b

Browse files
JonathanHensonrccarper
authored andcommitted
Removed old comment.
1 parent 6cf6e30 commit f4b450b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ public int onResponseBody(HttpStream stream, byte[] bodyBytesIn) {
9797
throw new IllegalStateException("Publisher is null, onResponseHeadersDone() was never called");
9898
}
9999

100-
// Queue a Deep Copy since bodyBytesIn is only guaranteed to contain valid memory for the lifetime of this
101-
// function call, and it's memory can be reused once this function returns.
102100
respBodyPublisher.queueBuffer(bodyBytesIn);
103101
respBodyPublisher.publishToSubscribers();
104102

0 commit comments

Comments
 (0)