Skip to content

Commit 33debc6

Browse files
committed
Javadoc corrections
1 parent 4a9daab commit 33debc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

httpcore5/src/main/java/org/apache/hc/core5/http/io/ResponseOutOfOrderStrategy.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
public interface ResponseOutOfOrderStrategy {
4646

4747
/**
48-
* Called before each write to the to a socket {@link java.io.OutputStream} with the number of
49-
* bytes that have already been sent, and the size of the write that will occur if this check
50-
* does not encounter an out of order response.
48+
* Called before each write to the socket {@link java.io.OutputStream} with the number of
49+
* bytes that have already been sent, and the size of the next chunk to be written that
50+
* will occur if this check does not encounter an out of order response.
5151
*
5252
* @param request The current request.
5353
* @param connection The connection used to send the current request.

0 commit comments

Comments
 (0)