till commented on issue #4656:
URL: https://github.com/apache/couchdb/issues/4656#issuecomment-2746148218

   I don't know why, but I suspect it's something on your system. Or maybe 
specifically to erlang? I've literally never had a problem with `0.0.0.0` not 
binding to all interfaces. So I built a small echo server in Go:
   
   ```
   till@Mac echo % lsof -i -nP | grep LISTEN | grep :31337
   main      28803 till    3u  IPv6 0x932d364b2cd8ef91      0t0    TCP *:31337 
(LISTEN)
   till@Mac echo % curl http://0.0.0.0:31337/             
   {"header":{"Accept":["*/*"],"User-Agent":["curl/8.7.1"]}}
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to