This is an archive of the discontinued Mercurial Phabricator instance.

windows: make sure we fully read and cleany close the connection
ClosedPublic

Authored by marmoute on Jul 10 2021, 1:47 PM.

Details

Summary

Maybe this will prevent server on Windows to sometimes complains about the
client closing the connection too soon. So we make sure we read everything and
we officially close the connection.

Hopefully Windows will be happier and the test will stop being flaky.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.