]> Sergey Matveev's repositories - public-inbox.git/commitdiff
daemon: use default address + well-known ports for scheme
authorEric Wong <e@80x24.org>
Mon, 8 Aug 2022 23:53:07 +0000 (23:53 +0000)
committerEric Wong <e@80x24.org>
Tue, 9 Aug 2022 16:41:50 +0000 (16:41 +0000)
This ensures the "bound $URL" diagnostic message at startup
always shows the URL scheme handled if not relying on socket
inheritance.

This also avoids duplicate/unused data structures when binding
sockets ourselves, as bound socket names can expand from short
names to longer names (e.g. "0:119" => "0.0.0.0:119").


No differences found