net/http.atomicBool.isSet (method)
11 uses
net/http (current package)
client.go#L409: return stopTimer, timedOut.isSet
server.go#L526: func (b *atomicBool) isSet() bool { return atomic.LoadInt32((*int32)(b)) != 0 }
server.go#L898: if ecr.closed.isSet() {
server.go#L902: if !w.wroteContinue && w.canWriteContinue.isSet() && !w.conn.hijacked() {
server.go#L905: if w.canWriteContinue.isSet() {
server.go#L1291: if w.handlerDone.isSet() && !trailers && !hasTE && bodyAllowedForStatus(w.status) && header.get("Content-Length") == "" && (!isHEAD || len(p) > 0) {
server.go#L1333: if ecr, ok := w.req.Body.(*expectContinueReader); ok && !ecr.sawEOF.isSet() {
server.go#L1590: if w.canWriteContinue.isSet() {
server.go#L2006: if w.handlerDone.isSet() {
server.go#L2028: if w.handlerDone.isSet() {
server.go#L3115: return s.inShutdown.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. |