docker / libchan

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

test http2/listener_test.go not work #44

Closed bit4bit closed 9 years ago

bit4bit commented 9 years ago

hi

i trying run the test for http2 and they block forever. look, i do in directory libchan/http2:

 $ go test # Block forever!!!
 $ go test listener_test.go stream.go spdy.go listener.go # Block forever!!
 $ go test stream_test.go stream.go spdy.go listener.go # Pass OK
dmcgowan commented 9 years ago

Tests have been fixed