docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

Handle spdyConn shutdown #108

Closed emosbaugh closed 8 years ago

emosbaugh commented 8 years ago

Handles leaked go routine upon closing connection.

dmcgowan commented 8 years ago

Thanks for PR. Circle looks like it needs an update for a newer go version. Tests are failing right now using spdystream master but I will fix that upstream, tested with older spdystream commit and works fine.

LGTM