[Solved] Running a simple server, but the counter seems to go up by 3, why? [duplicate]

[ad_1]

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

[ad_2]

solved Running a simple server, but the counter seems to go up by 3, why? [duplicate]