-
```
So the latest version of mod_spdy, by google, is not compatible with the latest
version of Google Chrome?
Oh dear.
```
Original issue reported on code.google.com by `ju...@jules.com.au` on 10…
-
```
What steps will reproduce the problem?
1. Follow these instructions
http://code.google.com/p/spdyshark/wiki/BriefInstallInstructions for installing
spdyshark on Ubuntu.
2. Run sudo setcap 'CAP_N…
-
The verification of my https website (hosting a file) failed, until I removed the support for SPDY.
-
Hello!
This simple code crashes the nginx worker when using it inside a server block with spdy, when requesting the page with a browser that supports spdy:
location /lua {
content_by_lua '
local h =…
ghost updated
9 years ago
-
```
From the mod-spdy-discuss mailing list:
I have a weird problem with mod_spdy and the ssl option SSLRequireSSL.
Without the option i get a SPDY connection, but when I turn on
SSLRequireSSL o…
-
```
*What version/revision number of mod_spdy are you using?*
0.9.2.2-r350
*What version of Apache are you using, and on what operating system? (Use
`apache2ctl -v` to check.)*
Server version: Apac…
-
```
What version/revision number of mod_spdy are you using?
mod_spdy version 0.9.3.3.388
What version of Apache are you using, and on what operating system? (Use
`apache2ctl -v` to check.)
Server ve…
-
```
What version/revision number of mod_spdy are you using?
- latest
What version of Apache are you using, and on what operating system? (Use
`apache2ctl -v` to check.)
- Server version: Apache/2.2…
-
``` C++
auto settings = make_shared< Settings >( );
Service service;
service.add_application_layer( http_10_instance );
service.add_application_layer( http_11_instance );
service…
-
I believe idempotency is broken in the case where volterra_http_loadbalancer with simple_route and origin_pool is provisioned with terraform due to : kind = (known after apply)
Terraform v1.…