Skip to content

Commit e6e12be

Browse files
committed
Fix typo in documentation
1 parent b9bac1d commit e6e12be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/asciidoc/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37340,7 +37340,7 @@ e.g. for authentication purposes or clustering with sticky sessions.
3734037340
Spring's SockJS support includes a property called `sessionCookieNeeded`.
3734137341
It is enabled by default since most Java applications rely on the `JSESSIONID`
3734237342
cookie. If your application does not need it, you can turn off this option
37343-
and the SockJS client should choose the `xhr-streaming` transport in IE 8 and 9.
37343+
and the SockJS client should choose `xdr-streaming` in IE 8 and 9.
3734437344

3734537345
If you do use an iframe-based transport, and in any case, it is good to know
3734637346
that browsers can be instructed to block the use of iframes on a given page by
@@ -38202,11 +38202,11 @@ Here is example configuration:
3820238202
----
3820338203

3820438204
An important point about scaling is using multiple application instances.
38205-
Currently this is not possible to do that with the simple broker.
38205+
Currently it is not possible to do that with the simple broker.
3820638206
However when using a full-featured broker such as RabbitMQ, each application
3820738207
instance connects to the broker and messages broadcast from one application
38208-
instance are broadcast to WebSocket clients connected through all
38209-
application instances.
38208+
instance can be broadcast through the broker to WebSocket clients connected
38209+
through any other application instances.
3821038210

3821138211

3821238212

0 commit comments

Comments
 (0)