On 04/05/2010 06:11 AM, Costin Manolache wrote:
> next protocol negotiation
http://tools.ietf.org/html/draft-agl-tls-nextprotoneg-00.html
Cheers
Jean-Frederic
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For addi
2010/4/5 Felix Kurth :
> one last thing: is there A website where i can easily browse this
> mailinglist?
The ones that we know about are mentioned on the following page:
http://tomcat.apache.org/lists.html
Best regards,
Konstantin Kolinko
On Sun, Apr 4, 2010 at 6:36 PM, Felix Kurth wrote:
> Hi
>
> I am still working on my Proposal for GSoC.
> I had a closer look at the sources of org/apache/coyote and also
> modules/tomcat-lite/java/org/apache/tomcat/lite/http.
>
> Now I have more than one Idea how to achieve the implementation of
Hi
I am still working on my Proposal for GSoC.
I had a closer look at the sources of org/apache/coyote and also
modules/tomcat-lite/java/org/apache/tomcat/lite/http.
Now I have more than one Idea how to achieve the implementation of a
SPDY connector.
At the moment I guess it is most feasibl
There is an implementation of SPDY client and server on
modules/tomcat-lite/java/org/apache/tomcat/lite/http/SpdyConnection - it's
the previous version, didn't have time to update it - and I won't probably
have until May, getting close to a launch.
Note that at the moment SPDY can't be fully imple
"Felix Kurth" wrote in message
news:4bb7b644.7080...@googlemail.com...
Hi
I am highly interestet in implementing the SPDY protokoll for tomcat. The
last two days i was trying to figure out how connector development works.
All I could find was a hint that there is a C and a Java part (I am v
Hi
I am highly interestet in implementing the SPDY protokoll for tomcat.
The last two days i was trying to figure out how connector development
works.
All I could find was a hint that there is a C and a Java part (I am very
comfotable with Java and a little less with C).
now my Questions:
cou