On Friday, 4 January 2013 05:16:13 UTC+11, Constantine Vasil wrote:
ListenAndServe: AcceptEx tcp 0.0.0.0:80: The specified network name is no
ListenAndServe: AcceptEx tcp 0.0.0.0:80: The specified network name is no
I do not receive this error myself, but here are couple of options you
could try:
1) As suggested by Daniel, try to use "tip" version of Go - there were a
few changes to net package that could fix your problem;
2) Do not run your program in vmware, run it natively - vmware implements
network driver, so the error could be specific to that;
3) You could change your ListenAndServe to ignore this error - if these
errors are rare in your situation, perhaps, they are safe to be ignored.
If you can reliably reproduce the error, I will be happy to investigate.
Alex
--