SlyMarbo / spdy

[deprecated] A full-featured SPDY library for the Go language.
BSD 2-Clause "Simplified" License
116 stars 13 forks source link

ResponseStream process HEADER frame incorrectly #99

Closed iyangsj closed 9 years ago

iyangsj commented 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)

iyangsj commented 9 years ago

SYN_REPLY ?