golang.org/x/net/http2.priorityWriteScheduler.writeThrottleLimit (field)
8 uses
golang.org/x/net/http2 (current package)
writesched_priority.go#L77: ws.writeThrottleLimit = 1024
writesched_priority.go#L79: ws.writeThrottleLimit = math.MaxInt32
writesched_priority.go#L247: writeThrottleLimit int32
writesched_priority.go#L409: limit = ws.writeThrottleLimit
writesched_priority.go#L420: ws.writeThrottleLimit += 1024
writesched_priority.go#L421: if ws.writeThrottleLimit < 0 {
writesched_priority.go#L422: ws.writeThrottleLimit = math.MaxInt32
writesched_priority.go#L425: ws.writeThrottleLimit = 1024
![]() |
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. |