arturobernalg commented on PR #510:
URL:
https://github.com/apache/httpcomponents-core/pull/510#issuecomment-2558172065
> > ```
> > if (newValue > Integer.MAX_VALUE || newValue <
Integer.MIN_VALUE) {
> > throw new H2ConnectionException(H2Error.FLOW_CONTROL_ERROR,
> > "Flow control window exceeded: " + newValue);
> > }
> > ```
>
> @arturobernalg This is hardly any different to what we have now, slightly
more readable and slightly less efficient.
>
> I would like to see protocol logs with the exception and ideally a
reproducer before any changes are made.
Fair enough @ok2c
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]