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