Closed iyangsj closed 9 years ago
The SYN_STREAM Name/Value section will contain ALL OF THE HTTP HEADERS which are associated with an HTTP request. (See: https://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1#TOC-3.2.1-Request)
So no http headers will be contained in HEADER control frame.
HEADER frame is used in server push transactions. (See: https://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1#TOC-3.3.1-Server-implementation)
SYN_REPLY ?
The SYN_STREAM Name/Value section will contain ALL OF THE HTTP HEADERS which are associated with an HTTP request. (See: https://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1#TOC-3.2.1-Request)
So no http headers will be contained in HEADER control frame.
HEADER frame is used in server push transactions. (See: https://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1#TOC-3.3.1-Server-implementation)