SlyMarbo / spdy

[deprecated] A full-featured SPDY library for the Go language.
BSD 2-Clause "Simplified" License
116 stars 13 forks source link

Adds a ListenAndServeSPDYNoNPN for "implicit SPDY" #45

Closed keichan34 closed 10 years ago

keichan34 commented 10 years ago

This is mainly for clients who do not have NPN in their OpenSSL library, with SPDY set to listen on a dedicated port per SPDY version (443 mapped to HTTPS / NPN, 444 mapped to SPDY/3.1, 445 mapped to SPDY/3.0, etc.). I'm not sure how mainstream of a feature this is, and how maintainable this patch is, so don't hesitate to yell at me.

I'm using this with CocoaSPDY, because the iOS OpenSSL libraries don't have NPN support yet.