docker / libchan

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

Port libswarm/beam websocket impl to libchan #20

Open smarterclayton opened 10 years ago

smarterclayton commented 10 years ago

I need to move https://github.com/docker/libswarm/pull/49 over and also fix the error with the websocket handler where a server close hangs the client.

smarterclayton commented 10 years ago

@dmcgowan do you have a WIP branch for the changes you were making to http2? I want to get the pull ported but figure it's safer to base on your newer stuff.

dmcgowan commented 10 years ago

There is currently no WIP branch, all my current changes are in master or in a PR against master.