File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
httpcore5/src/main/java/org/apache/hc/core5/http/io Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
public interface ResponseOutOfOrderStrategy {
46
46
47
47
/**
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.
51
51
*
52
52
* @param request The current request.
53
53
* @param connection The connection used to send the current request.
You can’t perform that action at this time.
0 commit comments