From 433cca6996147f4cee6c0dd7dcebd4bd055d4c0c Mon Sep 17 00:00:00 2001 From: Marek Majkowski Date: Tue, 30 Oct 2012 10:54:49 +0000 Subject: [PATCH] #94 - SockJS is more stable over SSL --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 99ba77cd..48d868bb 100644 --- a/README.md +++ b/README.md @@ -384,3 +384,5 @@ There are various browser quirks which we don't intend to address: * Don't use "javascript:" links on a page that uses SockJS. For some reason clickling on this type of link breaks XDR/XHR requests on IE (see [#90](https://github.com/sockjs/sockjs-client/issues/90)). + * Some people report that SockJS [websocket transport is more stable + over SSL](https://github.com/sockjs/sockjs-client/issues/94).