@@ -16,7 +16,7 @@ func main() {
}
s := &http.Server{
Handler: newHttpHandler(),
Handler: newHTTPHandler(),
ReadTimeout: time.Duration(conf.ReadTimeout) * time.Second,
WriteTimeout: time.Duration(conf.WriteTimeout) * time.Second,
MaxHeaderBytes: 1 << 20,
The note is not visible to the blocked user.