reduction. Thanks to Qifan Zhang, Palo Alto Networks, for the
report.
- Fix that msgencode insert_query has the correct assertion,
for a local_alias. Thanks to Qifan Zhang, Palo Alto Networks,
for the report.
+ - Fix to reset the tcp-timeout before applying a load based
+ reduction. Thanks to Qifan Zhang, Palo Alto Networks, for the
+ report.
26 May 2026: Wouter
- Fix for mesh new client and mesh new callback to rollback the
c->tcp_is_reading = 1;
c->tcp_byte_count = 0;
c->tcp_keepalive = 0;
+ /* reset to configured value before applying load-based reduction */
+ c->tcp_timeout_msec = c->tcp_parent->tcp_timeout_msec;
/* if more than half the tcp handlers are in use, use a shorter
* timeout for this TCP connection, we need to make space for
* other connections to be able to get attention */