gospdy icon indicating copy to clipboard operation
gospdy copied to clipboard

SPDY client/server for Go

Results 2 gospdy issues
Sort by recently updated
recently updated
newest added

Given that the connection pool is inside Transport, to have multiple streams on the same connection one must use the same Transport. However, to make requests with different priorities, the...

For some reason, on stream id 151 when talking to Facebook, `s.out.Read` was not reading a full header value, causing a parsing error. I suppose you should be doing `io.ReadFull`...