diff --git a/httpserver/handler.go b/httpserver/handler.go index 63eddb4..24e7d1a 100644 --- a/httpserver/handler.go +++ b/httpserver/handler.go @@ -108,7 +108,7 @@ func (fs *FileServer) handler(w http.ResponseWriter, req *http.Request) { upath := req.URL.Path // Ignore default browser call to /favicon.ico - if upath == "/favicon.png" { + if upath == "/favicon.ico" { return }