File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
httpclient5/src/main/java/org/apache/hc/client5/http/impl/async Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ public final H2AsyncClientBuilder disableRequestPriority() {
334334 *
335335 * @param max maximum number of queued requests; {@code <= 0} to disable the cap
336336 * @return this builder
337- * @since 5.6
337+ * @since 5.7
338338 */
339339 @ Experimental
340340 public final H2AsyncClientBuilder setMaxQueuedRequests (final int max ) {
Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ public HttpAsyncClientBuilder disableContentCompression() {
909909 *
910910 * @param max maximum number of queued requests; <= 0 to disable the cap
911911 * @return this builder
912- * @since 5.6
912+ * @since 5.7
913913 */
914914 @ Experimental
915915 public HttpAsyncClientBuilder setMaxQueuedRequests (final int max ) {
You can’t perform that action at this time.
0 commit comments