简体   繁体   中英

net::ERR_SPDY_PROTOCOL_ERROR in chrome

I'm using JS-autocomplete which is working fine in the local environment, but in Live environment, initially autocomplete works properly, but after 3-4 attempts I'm getting net::ERR_SPDY_PROTOCOL_ERROR in the console (only in one page). This is not the case for all pages, other pages have the same autocomplete which is working properly, I have tried in incognito mode and some other browsers, but getting the same error

I have tried following methods

  • Cleared temp files, cookies, and caches
  • Flushing SPDY Sockets using chrome://net-internals/#sockets
  • Updated browser
  • Flushing DNS and Renewing IP

    but these attempts did not solve my problem

    Note: I have not installed any Antivirus

    Snapshot of Network panel

    在此输入图像描述

  • Try following two things :-

    1. Use http2 protocol for loading your resources as well and for the auto-complete API.

    2. Use unique identifier for your auto-complete API(like &t=(new Date()).getTime())

    The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

     
    粤ICP备18138465号  © 2020-2024 STACKOOM.COM