You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/aws-core/src/main/java/software/amazon/awssdk/awscore/eventstream/EventStreamAsyncResponseTransformer.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -195,9 +195,6 @@ public CompletableFuture<Void> prepare() {
195
195
196
196
@Override
197
197
publicvoidonResponse(SdkResponseresponse) {
198
-
// We use a void unmarshaller and unmarshall the actual response in the message
199
-
// decoder when we receive the initial-response frame. TODO not clear
200
-
// how we would handle REST protocol which would unmarshall the response from the HTTP headers
201
198
if (response != null && response.sdkHttpResponse() != null) {
0 commit comments