MCPcopy Create free account
hub / github.com/imroc/req / traceGot100Continue

Function traceGot100Continue

internal/http2/trace.go:62–66  ·  view source on GitHub ↗
(trace *httptrace.ClientTrace)

Source from the content-addressed store, hash-verified

60}
61
62func traceGot100Continue(trace *httptrace.ClientTrace) {
63 if trace != nil && trace.Got100Continue != nil {
64 trace.Got100Continue()
65 }
66}
67
68func traceWait100Continue(trace *httptrace.ClientTrace) {
69 if trace != nil && trace.Wait100Continue != nil {

Callers 1

handleResponseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…