I'm not 100% sure if I'm reading the code right, but it seems that Response.Body is always a bytes.Buffer that gets fully populated before the client can start reading; this means downloading a 10TB file via this spdy client will be.. a disappointing experience.
It seems the Receiver API might be enough to implement this, but of course just behaving like net/http would be better.
I'm not 100% sure if I'm reading the code right, but it seems that Response.Body is always a bytes.Buffer that gets fully populated before the client can start reading; this means downloading a 10TB file via this spdy client will be.. a disappointing experience.
It seems the Receiver API might be enough to implement this, but of course just behaving like net/http would be better.