Skip to content

net: improve error message when no address

when use 'listen(80)' will get the 'listen EACCES null:80'. this fix will make the error message better. like 'listen EACCES 0.0.0.0:80'.

Merge request reports

Loading