Mercurial > hg
comparison .clang-format @ 50333:80784ac09460 stable
commands: correct documentation of hg serve’s --ipv6 option
When the --ipv6 option is given, the server doesn’t listen to a IPv4 socket.
This can be verified by running two servers, one with and one
without the option, which works fine.
I think that listening to both a IPv4 and a IPv6 socket would be better,
but given that the Python standard library class underlying the
HTTP server supports only one socket, this is not trivial.
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Mon, 27 Mar 2023 06:24:44 +0200 |
parents | d0a3fa849cb8 |
children |
comparison
equal
deleted
inserted
replaced
50332:3f5137543773 | 50333:80784ac09460 |
---|