spdy Questions
5
3
Solved
Basically what I need is a way to automate the result of the following operations:
Open a new tab
Open the Network tab in the developer tools
Load a URL
Select "Save All as HAR"
Oft...
Abdominal asked 24/11, 2012 at 1:38
4
Since some days, my website won't load on Safari nor Chrome on Mac OS X (at home nor on my clients computers). It's working well on Firefox (Mac OS & Windows) and IE / Edge, but not Chrome (Win...
Gamaliel asked 19/4, 2018 at 17:55
3
I'm experimenting with OKHttp (version 2.0.0-RC2) and SPDY and seeing IOException: stream was reset: CANCEL quite a lot, maybe 10% or more of all requests in some preliminary testing. When using Ap...
Structural asked 12/6, 2014 at 17:30
14
I and a few of my colleagues got the net::ERR_SPDY_PROTOCOL_ERROR error.
We use ngnix version 1.8.0. The error is not stable (hard to replicate), and the Ngnix error log doesn't have this error.
...
1
How does QUIC & HTTP/3 multiplexing (over UDP) differ from that brought by HTTP/2 (over TCP)?
1
I read Chrome dropped SPDY support in 2016: https://blog.chromium.org/2016/02/transitioning-from-spdy-to-http2.html
However some requests in devtools still show SPDY as the protocol:
Is it real...
Bushweller asked 22/2, 2018 at 23:45
1
I'm using Windows 10 Technical preview. I know it's not yet tweeked out to full usage, but here is my problem.
On local IIS I'm developing my web app. It loads most of the data via ASP.NET MVC API....
Saintsimon asked 9/6, 2015 at 4:2
2
Solved
Several days ago I saw Google.com was using HTTP/2, but yesterday I became aware that Google.com had switched to SPDY (HTTP/2+QUIC/35).
Two questions:
As you know, HTTP/2 extends SPDY, why did...
Peccable asked 7/3, 2017 at 3:2
2
Solved
I'm writing a simple app to determine if certain websites support http/2.
Based on what I've read in the draft:
https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-http2-07#section-3.2
I shoul...
3
Solved
I'm hearing that SPDY is where things are likely headed, and I'd like to try to use it with a Rails site I'm running. I haven't been able to find any tutorials however, and the one gem I found does...
Puttee asked 2/5, 2012 at 14:50
3
Given the advantages of connection reuse and multiplexing in HTTP2 (and SPDY) and the availability of gzip compression, is the effort of adding a minification and concatenation step into a build pr...
Patinated asked 30/1, 2014 at 9:12
4
Solved
I'd like to know how to disable automatically using SPDY protocol in Google Chrome.
I need to make some IDS related tests and for that purpose I'd like to temporarily access Twitter or Google using...
Toddtoddie asked 4/9, 2012 at 13:30
14
Is there a way to detect if a website is communicating with Chrome using SPDY?
Receptacle asked 31/10, 2010 at 21:56
3
Solved
I have been always combining CSS and JS files. The same has pretty much applied to images, too. I am wondering here that does Google's SPDY, with its multiplexing connections, remove the need for a...
Sinfonietta asked 18/2, 2011 at 18:46
1
I am using Netty 4.1-Beta6 version.
I want to support the use case where the HTTP2 server should be able to push events to the HTTP2 client on an existing connection - this could be an alarm or ti...
Shelleyshellfire asked 8/9, 2015 at 20:2
1
Solved
I use zLib 1.2.7, taken from here. I have compiled it in Microsoft Visual Studio 2010 as a static library and added it to my project.
I need to decompress some binary data compressed with deflate ...
1
I'm developing a web application with eclipse and tomcat 8 in windows, now i want to setup SPDY. I must use apache tomcat 8, this is a constraint project.
How can I configure my web application to...
2
Solved
We've been using nginx compiled with the spdy module for some time now and despite only being draft 2 of the specs are quite pleased with its performance.
However we now have the need to horizonta...
Rang asked 14/11, 2013 at 16:57
4
Solved
I'm trying to implement SPDY (with Node.js) for use on a high latency connection.
Now SPDY uses TLS encryption and this would increase the packet length - something I'm trying to avoid.
Is there ...
1
I'm having troubles with understanding how SPDY can solve HOL blocking.
Quote from: http://chimera.labs.oreilly.com/books/1230000000545/ch02.html#TCP_HOL
To understand why that is the case, rec...
Kucik asked 9/8, 2014 at 18:55
2
Solved
Any way to detect if a remote website supports SPDY and what version it is?
Something I can use from the command line like a bash script.
Tried sending custom User-Agent headers with curl but can...
1
I am trying to enable SPDY on web browser control (Internet Explorer 11/WIN 8.1).
In Internet Explorer advanced settings and in the registry the EnableSPDY3_0 is set to 1.
But in my web browser con...
Clinkstone asked 6/2, 2014 at 13:14
1
Google recently released Volley - a framework for handling network requests on Android. My question is can/should this lib be used with Appengine's cloud endpoints? The endpoints give you libraries...
Fulgurite asked 28/5, 2013 at 14:8
2
Solved
does anyone know if Windows Azure does (or plan to) support the SPDY protocol? I didn't find anything so I guess it is not supported yet...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.