mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
fix ci
This commit is contained in:
@@ -125,7 +125,7 @@ func main() {
|
||||
|
||||
mixedHandler := newHTTPandGRPCMux(httpHandler, grpcHandler)
|
||||
http2Server := &http2.Server{}
|
||||
http1Server := &http.Server{Handler: h2c.NewHandler(mixedHandler, http2Server)}
|
||||
http1Server := &http.Server{Handler: h2c.NewHandler(mixedHandler, http2Server), ReadHeaderTimeout: time.Second * 5}
|
||||
|
||||
go dispatchReportInfoTask()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user