gecko-dev/dom/websocket
Michal Novotny 54b4934a24 Bug 756165 - Return close code 1015 to JS when TLS setup fails, r=baku, r=valentin
We cannot simply pass the status code using nsIWebSocketListener::OnServerClose because it's called only when the connection is established. Instead, I'm passing TLS failure from http channel to nsIWebSocketListener::OnStop where the correct status code is set.
2018-06-28 07:54:00 +03:00
..
tests Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
moz.build Bug 1432963 - Fixing workers headers - part 17 - no LIBS=[workers] in moz.build files, r=smaug 2018-01-31 08:25:30 +01:00
WebSocket.cpp Bug 756165 - Return close code 1015 to JS when TLS setup fails, r=baku, r=valentin 2018-06-28 07:54:00 +03:00
WebSocket.h Bug 1451913 P2 Update websocket state on the inner window when rebinding. r=smaug 2018-04-16 06:08:52 -07:00