Questions tagged [spdy]

SPDY is an experimental protocol for multiplexing multiple, concurrent streams (typically HTTP request/response streams) over a single TCP connection.

SPDY is an experimental protocol for multiplexing multiple, concurrent streams (typically HTTP request/response streams) over a single TCP connection. SPDY is part of the HTTP 2.0 initiative led by the HTTPbis working group.

219 questions
0
votes
1 answer

Apache Worker and APC user cache

Anybody tried APCu with ZendOPcache in MPM Worker ? I went into problems with MPM Worker-APC but I found the article https://engineyard.zendesk.com/entries/26902267 My target is to achieve Apache MPM Worker with mod_fcgi [ for mod_spdy to work ]…
radus
  • 3
  • 3
0
votes
1 answer

Does the heartbleed vulnerability affect the SPDY protocol?

I am running a production environment using SPDY protocol. Can anyone tell me if I am vulnerable, here is a link to my production environement and if so, how can I fix it: IslandFactory.eu
0
votes
1 answer

Bypass the proxy i configured in wifi with spdy enabled on my iphone

I configured a proxy with pac file url and enabled spdy-Reduce data usage features on my iphone. After enable this feature all requests from my device will ignore the proxy i configured. Could anyone tell me why? Is there any workaround that my…
harlan
  • 81
  • 1
  • 4
0
votes
1 answer

How to add CocoaSPDY to ModernHttpClient

ModernHttpClient is great, but so is CocoaSPDY. I want to know how do I use them together?
imgen
  • 2,803
  • 7
  • 44
  • 64
0
votes
1 answer

why does spdy not function here with nginx 1.5.10?

i have compiled nginx 1.5.10 with the spdy module on centos 6.5 and it is operating without a problem, as far as i know except, that spdy is apparently not being used. i have added the 'spdy' option to the listen directive in nginx.conf and…
tunist
  • 15
  • 1
  • 8
0
votes
3 answers

How to confirm behavior of SPDY on android webview

Hi, everyone. I am investigating behavior of SPDY on android webview. So, could you tell me how to confirm that whether or not my webview is speaking SPDY? I have built a customized ROM applied the following…
0
votes
1 answer

Enforcing HTTPS | Experience?

I was asking myself, wether it would be okay to enforce HTTPS over normal HTTP, by 301 redirecting every HTTP request to its HTTPS counterpart. Are there backwards compatibility issues (IE, I'm looking at you) or any other drawbacks? How do search…
buschtoens
  • 8,091
  • 9
  • 42
  • 60
0
votes
1 answer

How to make spydlay module to work like httplib/http.client?

I have to test server based on Jetty. This server can work with its own protocol, HTTP, HTTPS and lastly it started to support SPDY. I have some stress tests which are based on httplib /http.client -- each thread start with similar URL (some data in…
Michał Niklas
  • 53,067
  • 18
  • 70
  • 114
0
votes
1 answer

spdy3's name/value block can't be decompressed SOMETIMES with python

I was building a spdy proxy server for chrome. When proxy requests was sent from chrome, usually I would receive 3 frames: a SETTINGS frame ( parsed correctly) a SYN_STREAM frame of https' CONNECT request ( parsed correctly, too ) another…
Vergil Lu
  • 521
  • 4
  • 12
0
votes
1 answer

Error compress/decompress spdy name/value block with zlib+dictionary

I was trying to write a spdy proxy server, but have problems compress/decompress spdy name/value blocks. I was using python 3.3 zlib library to compress/decompress with dictionary. When receiving spdy frames from chrome 31, frames can be parsed most…
Vergil Lu
  • 521
  • 4
  • 12
0
votes
1 answer

Failed to connect using netty after add spdy codec on Android

I've written a server and a local proxy using netty. The project runs well on my pc, but when I change a bit to make it an android app, it just cannot work. I tried many times and find that after insert the following code, things go…
0
votes
0 answers

Solr and play with SPDY

I want to implement SPDY to my SOLR server. The solr server is mainly query by a SOLR app. I was wondering if it's a good idea, would it work? Because I think that only chrome and firefox can use spdy for the moment. So will my play app take…
user1418079
  • 155
  • 10
0
votes
0 answers

Cannot run express-spdy app using NodeJS

I'm not able to run NodeJS Express-Spdy examples downloaded from GitHub. I'm getting the below error: C:\Program Files\nodejs\node_modules\npm\node_modules\express-spdy>node app.js module.js:340 throw err; ^ Error: Cannot find module…
Akash Panchal
  • 205
  • 1
  • 6
  • 20
0
votes
1 answer

SPDY and lazy image loading via JavaScript

I'd like to load a bunch of images via JavaScript and insert them into my page. When the web server supports SPDY, does each image generate a new request or are all the image request bundled into one SPDY request? Are there some methods that do…
chiborg
  • 26,978
  • 14
  • 97
  • 115
0
votes
1 answer

What RPC protocols does AppEngine support for connecting to Compute Engine?

Now that Compute Engine is open to the public, what protocols besides HTTP can you use from AppEngine to connect to backend Compute Engine servers? Also, Ilya Grigorik has been advocating using SPDY for the backend, but last year he pointed out…
espeed
  • 4,754
  • 2
  • 39
  • 51
1 2 3
14
15