[Pkg-javascript-commits] [sockjs-client] 187/434: Cosmetic: reformatting
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 8e077dd3ef929e5d4bcdf7d95ffa72da883132e8
Author: Marek Majkowski <majek04 at gmail.com>
Date: Tue Oct 25 19:55:06 2011 +0100
Cosmetic: reformatting
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 77da9f2..c749284 100644
--- a/README.md
+++ b/README.md
@@ -125,11 +125,11 @@ behaviour, it's impossible to support all features. One of the
important SockJS limitations is the fact that you're not allowed to
open more than one SockJS connection to a single domain at a time.
This limitation is caused by a in-browser limit of outgoing
-connections - usually browsers don't allow opening more than two outgoing
-connections to a single domain. Single SockJS session requires those two connections -
-one for downloading data, other for sending messages. Opening second SockJS
-session at the same time would most probably block and can
-result in both sessions timing out.
+connections - usually browsers don't allow opening more than two
+outgoing connections to a single domain. Single SockJS session
+requires those two connections - one for downloading data, other for
+sending messages. Opening second SockJS session at the same time
+would most probably block and can result in both sessions timing out.
Opening more than one SockJS connection at a time is generally a
bad practice. If you absolutely must do it, you can use
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list