docker / libchan

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

Update spdy Pipe return argument ordering #90

Closed dmcgowan closed 9 years ago

dmcgowan commented 9 years ago

Every other method which returns a pipe always returns the inbound side as the first return argument (see libchan.Pipe, io.Pipe). Now spdy.Pipe will follow the same convention.

fixes #74

This is the last change to get in before tagging master as v0.1.0

stevvooe commented 9 years ago

LGTM!