net/http.response.canWriteContinue (field)
7 uses
net/http (current package)
server.go#L435: canWriteContinue atomicBool
server.go#L902: if !w.wroteContinue && w.canWriteContinue.isSet() && !w.conn.hijacked() {
server.go#L905: if w.canWriteContinue.isSet() {
server.go#L908: w.canWriteContinue.setFalse()
server.go#L1590: if w.canWriteContinue.isSet() {
server.go#L1596: w.canWriteContinue.setFalse()
server.go#L1930: w.canWriteContinue.setTrue()
![]() |
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. |