๐ฆ
Pinned Loading
-
-
-
send http2 ping frame
send http2 ping frame 1func (w *HttpBo)Ping(network, address string) error {
2if transport, ok := w.Client.Transport.(*http2.Transport); !ok {
3return errors.New("Getting HTTP2 Client Transport failed")
4} else {
5ctx, cancel := context.WithCancel(context.Background())
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.