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.

214 questions
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,246
  • 2
  • 14
  • 28
-1
votes
2 answers

Does C Have a Standerd Library For HTTP2

[Intro]] I have been practicing C for 4 Months 5 times a Week, I am attempting to make the best possible guess for moving into web server/client programming for HTTP2. I have worked with HTML5 & Javascript I also work with HTTP2 & have used SPDY on…
slimy
  • 25
  • 1
-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,337
  • 2
  • 13
  • 33
1 2 3
14
15