Added
- Added
auto_queue_splittingoption for copy target. Set totrueby
mirrord upcommand
to inform the operator that parameters of unsupported queue kinds shall be
dismissed rather than
rejected.
Changed
- Connections accepted by the layer now have
TCP_NODELAYset to reduce
latency. experimental.guard_std_fdsis now enabled by default in OSS (still off by
default in mfT). #4622
Fixed
- Stolen HTTP requests no longer wait out a retry backoff on a connection the
local application has already closed. Connections were cached for reuse
without checking whether they were still open, so a request that drew a
closed one from the cache failed its first send attempt and waited 50
milliseconds before making the connection it could have made immediately. getaddrinfocalls that passAI_NUMERICHOSTare no longer resolved
remotely. That flag asks whether the given string is already a numeric
address rather than for a name lookup, and must fail when it is not, so
resolving it reported every hostname as a literal address.