net/http.response.handlerDone (field)
5 uses
net/http (current package)
server.go#L473: handlerDone atomicBool // set true when the handler exits
server.go#L1291: if w.handlerDone.isSet() && !trailers && !hasTE && bodyAllowedForStatus(w.status) && header.get("Content-Length") == "" && (!isHEAD || len(p) > 0) {
server.go#L1622: w.handlerDone.setTrue()
server.go#L2006: if w.handlerDone.isSet() {
server.go#L2028: if w.handlerDone.isSet() {
 |
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. |