nickva commented on issue #4656: URL: https://github.com/apache/couchdb/issues/4656#issuecomment-2746033010
It didn't work on macos for me 🤷 ``` lsof -i -nP | grep LISTEN | grep :15984 beam.smp 5826 ... 47u IPv4 .... 0t0 TCP *:15984 (LISTEN) curl http://0.0.0.0:15984 curl: (56) Recv failure: Socket is not connected ``` 127.0.0.1 works > I looked at your link but couldn't find out what you meant to share? Mainly that's the behavior of 0.0.0.0 as a destination address is a special case maybe inconsistent across operation systems: > Some [operating systems](https://en.wikipedia.org/wiki/Operating_systems) have attributed special internal meanings to the address. These uses do not result in IPv4 packets containing 0.0.0.0 and so are not governed by RFC 1122.[[2]](https://en.wikipedia.org/wiki/0.0.0.0#cite_note-Kitt-2) These meanings may not be consistent between operating systems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org