Closed rnapier closed 9 years ago
In spdy_api:Push(), the request includes a :status field. Since this is the request portion, that doesn't seem correct (and I don't see anything in the spec that suggests it should be included).
:status
push.Header.Set(":status", "200 OK")
In spdy_api:Push(), the request includes a
:status
field. Since this is the request portion, that doesn't seem correct (and I don't see anything in the spec that suggests it should be included).