Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for h2c (0.17 sec)

  1. common/config/.golangci.yml

          # deny for all go files
          AllGoFiles:
            files:
              - $all
            deny:
              - pkg: golang.org/x/net/http2/h2c
                desc: "h2c.NewHandler is unsafe; use wrapper istio.io/istio/pkg/h2c"
              - pkg: github.com/golang/protobuf/jsonpb
                desc: "don't use the jsonpb package directly; use util/protomarshal instead"
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 19:22:39 GMT 2024
    - 11K bytes
    - Viewed (0)
Back to top