Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] SPDY Implementation

Hi,

On Tue, Jul 10, 2012 at 3:04 PM, Erik Göttmann
<e.goettmann@xxxxxxxxxxxxxx> wrote:
> Hi,
> I hope this is the right mailinglist for that:
> I started to use the SPDY API of Jetty, configured the keystore and
> truststore and the ssl connection is estabished. But I don't get a good
> response. If I request encrypted.google.com for example the response is:
> [snip]
> On the error logs of localhost if I request a local website with the SPDY
> API:
> [error] [client 127.0.0.1] [stream 1]
> [1635:1643:ERROR:spdy_to_http_filter.cc(275)] Could not generate request
> line from SYN_STREAM frame in stream 1
>
> Maybe the headers aren't transmitted correctly?

You need to be much more clear on what you are actually doing.
Here I see logs from spdy_to_http_filter.cc which is not - of course -
Jetty's SPDY.

What client are you using ?

Once we know how you connect, we can help you more.

FYI I just committed a test case that connects to encrypted.google.com
using Jetty's SPDY client:
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/jetty-spdy/spdy-jetty-http/src/test/java/org/eclipse/jetty/spdy/http/SSLExternalServerTest.java

Simon
-- 
http://cometd.org
http://webtide.com
Developer advice, services and support
from the Jetty & CometD experts.
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top