net/http.http2responseWriterState.conn (field)
7 uses
net/http (current package)
h2_bundle.go#L5690: rws.conn = sc
h2_bundle.go#L5913: conn *http2serverConn
h2_bundle.go#L5957: rws.conn.logf("ignoring invalid trailer %q", k)
h2_bundle.go#L6018: rws.conn.startGracefulShutdown()
h2_bundle.go#L6023: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6057: if err := rws.conn.writeDataFromHandler(rws.stream, p, endStream); err != nil {
h2_bundle.go#L6064: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |