Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Loading the HTTPS version of Google causes Firefox to make 3 background request every 45 seconds even after closing the page.

  • 2 trả lời
  • 2 gặp vấn đề này
  • 2 lượt xem
  • Trả lời mới nhất được viết bởi Zakiia

more options

Loading the HTTPS version of Google causes Firefox to make 3 background request every 45 seconds even after closing the page. With other HTTPS sites that support HTTP Strict Transport Security (HSTS) I noticed only 1 background connection. How can I disable these background connections?

Loading the HTTPS version of Google causes Firefox to make 3 background request every 45 seconds even after closing the page. With other HTTPS sites that support HTTP Strict Transport Security (HSTS) I noticed only 1 background connection. How can I disable these background connections?

Được chỉnh sửa bởi Zakiia vào

Giải pháp được chọn

hello, i'm no expert regarding the issue, but it may well be, that the spdy-protocol, that is used by google on its secure sites (and twitter atm), is causing the behaviour that you've observed.

"SPDY connections are persistent connections. For best performance, it is expected that clients will not close open connections until the user navigates away from all web pages referencing a connection, or until the server closes the connection. Servers are encouraged to leave connections open for as long as possible, but can terminate idle connections if necessary." http://mbelshe.github.com/SPDY-Specification/draft-mbelshe-spdy-00.xml#rfc.section.2.1

you may want to try to disable the support for the spdy protocol in firefox (in about:config) and see if this changes the number and length of connections to the server.

Đọc câu trả lời này trong ngữ cảnh 👍 2

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

hello, i'm no expert regarding the issue, but it may well be, that the spdy-protocol, that is used by google on its secure sites (and twitter atm), is causing the behaviour that you've observed.

"SPDY connections are persistent connections. For best performance, it is expected that clients will not close open connections until the user navigates away from all web pages referencing a connection, or until the server closes the connection. Servers are encouraged to leave connections open for as long as possible, but can terminate idle connections if necessary." http://mbelshe.github.com/SPDY-Specification/draft-mbelshe-spdy-00.xml#rfc.section.2.1

you may want to try to disable the support for the spdy protocol in firefox (in about:config) and see if this changes the number and length of connections to the server.

more options

You have found the solution, the culprit is SPDY protocol.

Thanks! :)