Skip to content

rts: Ensure that WinIO flag is set when --io-manager=auto

Ben Gamari requested to merge wip/T25838 into master

As noted in #25838 (closed), previously selectIOManager failed to set rts_IOManagerIsWin32Native in its IO_MNGR_FLAG_AUTO. This meant that the MIO path was taken when WinIO was supposedly selected, resulting in chaos.

Fixes #25838 (closed).

Merge request reports

Loading