Skip to content

Commit 8dd34f0

Browse files
committed
Restore index.html
1 parent a6c6f2a commit 8dd34f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ It is currently not possible to accept ws and wss connections at the same time v
100100

101101
For some reason Firefox does not allow multiple connections to the same wss server if the server uses a different port than the default port (443).
102102

103-
If you want to use `wss` on the android platfrom you should take a look at [this](https://github.com/TooTallNate/Java-WebSocket/wiki/FAQ:-Secure-WebSockets#wss-on-android).
103+
If you want to use `wss` on the android platform you should take a look at [this](https://github.com/TooTallNate/Java-WebSocket/wiki/FAQ:-Secure-WebSockets#wss-on-android).
104104

105105
I ( @Davidiusdadi ) would be glad if you would give some feedback whether wss is working fine for you or not.
106106

autobahn reports/servers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4112,7 +4112,7 @@ <h2>Case 7.1.5</h2>
41124112
<h2>Case 7.1.6</h2>
41134113
<a class="up" href="#top">Up</a>
41144114
<p class="case_text_block case_desc"><b>Case Description</b><br/><br/>Send 256K message followed by close then a ping</p>
4115-
<p class="case_text_block case_expect"><b>Case Expectation</b><br/><br/>Case outcome depends on implementation defined close behavior. Message and close frame are sent back to back. If the close frame is processed before the text message write is complete (as can happen in asynchronous processing models) the close frame is processed first and the text message may not be received or may only be partially received.</p>
4115+
<p class="case_text_block case_expect"><b>Case Expectation</b><br/><br/>Case outcome depends on implementation defined close behavior. Message and close frame are sent back to back. If the close frame is processed before the text message write is complete (as can happen in asynchronous processing models) the close frame is processed first and the text message may not be received or may only be partially recieved.</p>
41164116
<br/>
41174117
<a name="case_desc_7_3_1"></a>
41184118
<h2>Case 7.3.1</h2>

0 commit comments

Comments
 (0)