SlyMarbo / spdy

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

Push sends :status #87

Closed rnapier closed 9 years ago

rnapier commented 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).

push.Header.Set(":status", "200 OK")