Skip to content

Commit 52e2841

Browse files
committed
minor update to doc
1 parent 35b4efc commit 52e2841

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/software/amazon/awssdk/crt/http/Http2ClientConnection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ public Http2Stream makeRequest(HttpRequestBase request, HttpStreamBaseResponseHa
214214
* <p>When both a body stream and manual writes are enabled, the body stream is
215215
* sent as the first DATA frame and the connection then waits asynchronously for
216216
* subsequent {@code writeData()} calls. However, if the body stream has not
217-
* signalled end-of-stream, the event loop will block synchronously until it
218-
* completes.
217+
* signalled end-of-stream, the event loop will keep getting scheduled for
218+
* requesting more data until it completes.
219219
* @throws CrtRuntimeException if stream creation fails
220220
* @return The Http2Stream that represents this Request/Response Pair. It can be
221221
* closed at any time during the request/response, but must be closed by

0 commit comments

Comments
 (0)