chaseYLC
Results
2
comments of
chaseYLC
trafficstars
"http://*" => this is loopback of ipv6 not default route. "0.0.0.0" is not ADDR_ANY but LOOPBACK. it's different. If you want is "http:/0.0.0.0:8000", listen to "http://0:8000" instead of "http://*:8000"
> I would like to write a backup program but I need to allow the user to cancel a compression / decompression / verification operation. > How can I do?...