Home | History | Annotate | Download | only in http

Lines Matching refs:peer

708 	// frames up to 16KB are allowed without peer agreement.
983 // ErrFrameTooLarge is returned from Framer.ReadFrame when the peer
1040 // to the peer before hanging up on them. This might help others debug
1186 // endpoints communicate, such as preferences and constraints on peer
1306 // A GoAwayFrame informs the remote peer to stop creating streams on this connection.
3590 // readPreface reads the ClientPreface greeting from the peer
4792 // TODO: adjust buffer writing sizes based on server config, frame size updates from peer, etc
5100 http2ErrPushLimitReached = errors.New("http2: push would exceed peer's SETTINGS_MAX_CONCURRENT_STREAMS")
5392 // control tokens we announce to the peer, and how many bytes
5443 // want to advertise an ulimited value to the peer, Transport
5512 inflow http2flow // peer's conn-level flow control
5524 // Settings from peer: (also guarded by mu)
5557 peerReset chan struct{} // closed on peer reset
5574 // map: peer reset, successful completion, TCP connection breakage,
5740 return nil, errors.New("http2: Transport: peer server initiated graceful shutdown after some of Request.Body was written; define Request.GetBody to avoid this error")
5953 // They're capped at the min of the peer's max frame size or 512KB
7516 // more and send larger frames if the peer advertised it, but