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
2 answers

Talking to spdy server with netty client

I want talk to a spdy/2 server in android app with netty. When googled this question, only got the way to build a netty spdy server. Does someone have a example of a netty spdy client?
guanfei
  • 830
  • 6
  • 5
0
votes
1 answer

spdy faster than keep-alive https?

I've seen Is SPDY any different than http multiplexing over keep alive connections and Difference between HTTP pipeling and HTTP multiplexing with SPDY but also http://www.guypo.com/technical/not-as-spdy-as-you-thought/. I've even noticed that both…
user1382306
0
votes
2 answers

alternative for Jetty Npn with OpenJdk

Do you guys know of an alternative that works with Sun Jvm? We cannot use Open Jdk so I am look for an alternative NPN library that can work with Sun Jvm.
Rag
  • 1,363
  • 4
  • 19
  • 36
0
votes
2 answers

SPDY on WebLogic 11g

Is there a way of getting SPDY on the WebLogic 11g server? I actually cannot imaging it but I at least had to ask.
Sven Malvik
  • 765
  • 2
  • 8
  • 18
0
votes
1 answer

SPDY client and server in java using netty

Server import java.util.concurrent.atomic.AtomicReference; import org.jboss.netty.channel.Channel; import org.jboss.netty.channel.ChannelHandlerContext; import org.jboss.netty.channel.ChannelStateEvent; import…
0
votes
2 answers

SPDY in context of mobile networks

This is a slightly orthogonal impediment for SPDY. I have been searching for suitable articles or research conducted around this specific concern in vain. Important prerequisite for SPDY is persistent-connection. All major sites which have very…
user1511595
  • 77
  • 1
  • 8
0
votes
2 answers

spdy.node.js: I'm just gettin' 324 (ERR_EMPTY_RESPONSE)

I just wanted to try out SPDY using the node package "node-spdy". My javascript: EDIT: Now the script includes informations about certificates. I took them from the twitlog test application. var spdy = require('spdy'), fs = require('fs'); var…
fridojet
  • 1,276
  • 3
  • 15
  • 29
-1
votes
1 answer

ERR_SPDY_PROTOCOL_ERROR tried everything

Things I've tried: Cleared temp files, cookies, and caches Flushing SPDY Sockets using chrome://net-internals/#sockets Updated browser Flushing DNS and Renewing IP I use sitelock to scan for malware but I don't see an HTTPS scanner to disable there…
-2
votes
1 answer

How to get length of a response object given here

I have a proxy server, which takes request and gives a following response object pasted here http://pastebin.com/BNwCrFi1. I'm trying to get length of response object that comes back to the proxy response. Apparently http.response headers like…
J Bourne
  • 1,409
  • 2
  • 14
  • 33
1 2 3
14
15