shykes/spdy-go

Appears to freeze during Splice call

Opened this issue · 2 comments

I cannot get your example code to run, it appears to hang while waiting on the Copy functions to finish. Am i doing something wrong? or is this a bug?

Hi Jeremy, thanks for the message! If you are running it in TLS mode, make
sure you're connecting to it from a tls-enabled client (eg. chrome with an
https url). I made this mistake before.

I will also check that the example still works!

On Sunday, February 24, 2013, Jeromy Johnson wrote:

I cannot get your example code to run, it appears to hang while waiting on
the Copy functions to finish. Am i doing something wrong? or is this a bug?


Reply to this email directly or view it on GitHubhttps://github.com//issues/2.

Yeah, i tried a few different variations across a few different browsers, im running 64bit Fedora if that helps anything. I cloned your repo and used the debug messages, its definetly hanging on the line where its reading from the promise channels.if you cant reproduce it, i would be more than happy to assist