Update module unistack-org/micro/v3 to v3.2.14 #8

Merged
renovate[bot] merged 2 commits from renovate/all into master 2021-02-18 22:33:36 +03:00
Showing only changes of commit 2a4db2e332 - Show all commits

View File

@ -468,7 +468,7 @@ func (h *httpTransportListener) Accept(fn func(transport.Socket)) error {
}
// insecure connection use h2c
if !(h.ht.opts.Secure || h.ht.opts.TLSConfig != nil) {
if h.ht.opts.TLSConfig == nil {
srv.Handler = h2c.NewHandler(mux, &http2.Server{})
}