[Solved] Running a simple server, but the counter seems to go up by 3, why? [duplicate]
The extra requests are your browser trying to access /favicon.ico You can see this, for example, if you print the http.Request to stdout in your handler funcs. 3 solved Running a simple server, but the counter seems to go up by 3, why? [duplicate]