In Geddy we're adding SPDY support and we have a logger that logs all the requests. But when a browser request comes in from SPDY we aren't getting back a request.connection.remoteAddress item, which we are using to log the request IP.
But the remoteAddress exists when you try to curl to the server.
In Geddy we're adding SPDY support and we have a logger that logs all the requests. But when a browser request comes in from SPDY we aren't getting back a request.connection.remoteAddress item, which we are using to log the request IP.
But the remoteAddress exists when you try to curl to the server.
Here's the http version of the code I was using:
Curling to the server I get this response, same if I go to the address on the browser.
Now here's the SPDY example I was using:
Curling to the server this time I get the same thing back
But when I try to go to it via the browser I get "Hello undefined"