iis - Chrome HTTP2.0 throws SPDY PROTOCOL ERROR -


i'm using windows 10 technical preview. know it's not yet tweeked out full usage, here problem. on local iis i'm developing web app. loads of data via asp.net mvc api. after upgrade windows 10 started

net::err_spdy_protocol_error

for ajax calls api. html page loads normally, dynamic loading of data content fails. managed figure out starting chrome parameters

--use-spdy=off --use-system-ssl

strange thing on first start error , have restart chrome. other browsers fail too, not specific error. transfer there used http2.0 protocol, based on spdy protocol.

do have turn off in iis?

edit: seems iis problem http2.0. when trying enter site windows 8.1 same error.


Comments

Post a Comment

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

go - Idiomatic way to handle template errors in golang -