gecko-dev/netwerk/protocol/websocket
Andrew Creskey 25beb06437 Bug 1816258 - Websocket opening takes ages after repeated failures to same address r=necko-reviewers,valentin
Although our implementation follows the intention of rfc6455#section-4.1, we can handle the described situation more gracefully by prioritizing new WS connections to paths that have _not_ previously failed.

Differential Revision: https://phabricator.services.mozilla.com/D193386
2023-11-23 19:55:53 +00:00
..
BaseWebSocketChannel.cpp Bug 1826206 - Require nsISerialEventTarget for RetargetDeliveryTo, r=necko-reviewers,valentin 2023-06-07 14:48:38 +00:00
BaseWebSocketChannel.h Bug 1826206 - Require nsISerialEventTarget for RetargetDeliveryTo, r=necko-reviewers,valentin 2023-06-07 14:48:38 +00:00
IPCTransportProvider.cpp
IPCTransportProvider.h
PTransportProvider.ipdl
PWebSocket.ipdl Bug 1842754 - Make LoadInfoArgs non-optional over IPC r=necko-reviewers,jesup 2023-08-11 13:45:25 +00:00
PWebSocketConnection.ipdl Bug 1758155 - Make PWebSocketConnection a toplevel actor, r=necko-reviewers,jesup 2023-08-31 11:45:04 +00:00
PWebSocketEventListener.ipdl
WebSocketChannel.cpp Bug 1816258 - Websocket opening takes ages after repeated failures to same address r=necko-reviewers,valentin 2023-11-23 19:55:53 +00:00
WebSocketChannel.h Bug 1816258 - Websocket opening takes ages after repeated failures to same address r=necko-reviewers,valentin 2023-11-23 19:55:53 +00:00
WebSocketChannelChild.cpp Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
WebSocketChannelChild.h
WebSocketChannelParent.cpp Bug 1842754 - Make LoadInfoArgs non-optional over IPC r=necko-reviewers,jesup 2023-08-11 13:45:25 +00:00
WebSocketChannelParent.h Bug 1842754 - Make LoadInfoArgs non-optional over IPC r=necko-reviewers,jesup 2023-08-11 13:45:25 +00:00
WebSocketConnection.cpp
WebSocketConnection.h
WebSocketConnectionBase.h
WebSocketConnectionChild.cpp Bug 1758155 - Make PWebSocketConnection a toplevel actor, r=necko-reviewers,jesup 2023-08-31 11:45:04 +00:00
WebSocketConnectionChild.h
WebSocketConnectionListener.h
WebSocketConnectionParent.cpp Bug 1758155 - Make PWebSocketConnection a toplevel actor, r=necko-reviewers,jesup 2023-08-31 11:45:04 +00:00
WebSocketConnectionParent.h Bug 1758155 - Make PWebSocketConnection a toplevel actor, r=necko-reviewers,jesup 2023-08-31 11:45:04 +00:00
WebSocketEventListenerChild.cpp
WebSocketEventListenerChild.h
WebSocketEventListenerParent.cpp
WebSocketEventListenerParent.h
WebSocketEventService.cpp
WebSocketEventService.h
WebSocketFrame.cpp
WebSocketFrame.h
WebSocketLog.h
moz.build
nsITransportProvider.idl
nsIWebSocketChannel.idl
nsIWebSocketEventService.idl
nsIWebSocketImpl.idl
nsIWebSocketListener.idl