Answer the question
In order to leave comments, you need to log in
go. How to set ReadTimeout in martini?
How to set such values on martini at startup?
s := &http.Server{Addr: ":8080",
ReadTimeout: 10 * time.Second,
WriteTimeout: 10 * time.Second,
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question