mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
announce only spdy3
This commit is contained in:
@@ -763,7 +763,8 @@ newframe:
|
||||
|
||||
|
||||
int uwsgi_spdy_npn(SSL *ssl, const unsigned char **data, unsigned int *len, void *arg) {
|
||||
*data = (const unsigned char *) "\x06spdy/3\x06spdy/2\x08http/1.1\x08http/1.0";
|
||||
//*data = (const unsigned char *) "\x06spdy/3\x06spdy/2\x08http/1.1\x08http/1.0";
|
||||
*data = (const unsigned char *) "\x06spdy/3\x08http/1.1\x08http/1.0";
|
||||
*len = strlen((const char *) *data);
|
||||
return SSL_TLSEXT_ERR_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user