Opened 13 years ago

Closed 11 years ago

#30 closed enhancement (fixed)

SPDY support

Reported by: www.google.com/accounts/o8/id?id=AItOawmEENYpDVfJld_5p-V6C1_zgl3w5POO0EM Owned by: Valentin V. Bartenev
Priority: minor Milestone: 1.3
Component: nginx-core Version: 1.3.x
Keywords: Cc:
uname -a: Linux dev 2.6.38-8-server #42-Ubuntu SMP Mon Apr 11 03:49:04 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
nginx -V: nginx: nginx version: nginx/1.1.5
nginx: TLS SNI support enabled
nginx: configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-debug --with-http_addition_module --with-http_dav_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_realip_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-ipv6 --with-sha1=/usr/include/openssl --with-md5=/usr/include/openssl --with-mail --with-mail_ssl_module --add-module=/build/buildd/nginx-1.1.5/debian/modules/nginx-echo --add-module=/build/buildd/nginx-1.1.5/debian/modules/nginx-upstream-fair

Description

Because SPDY gains more attention during the last months and nginx always seeks for speed-improvments, i file this feature-request.

SPDY is an approach to reduce latency on ssl connections. Google rolled out SDPY on their front-end servers some time ago. Google Chrome is the first browser which supports and uses SPDY by default.

White papers and protocol specification can be found under:
http://www.chromium.org/spdy

Change History (4)

comment:1 by maxim, 13 years ago

Status: newaccepted

Hi,

there are some long-term plans to implement SPDY support in the future versions of nginx. No ETA though.

Accept the request and leave it as a reminder.

comment:2 by Valentin V. Bartenev, 12 years ago

Milestone: 1.3
Owner: changed from somebody to Valentin V. Bartenev
Status: acceptedassigned
Version: 1.1.x1.3.x

comment:3 by Valentin V. Bartenev, 12 years ago

The beta version of SPDY module is currently available here: http://nginx.org/patches/spdy/

comment:4 by Maxim Dounin, 11 years ago

Resolution: fixed
sensitive: 0
Status: assignedclosed

Committed in r5122.

Note: See TracTickets for help on using tickets.