Skip to content

Commit

Permalink
Fix client websocket nonce size
Browse files Browse the repository at this point in the history
    Closes ktorio#861
  • Loading branch information
e5l authored and Thorsten Schleinzer committed Feb 26, 2019
1 parent 9b8b389 commit 3ec923e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import io.ktor.util.*
import java.util.*

private const val WEBSOCKET_VERSION = "13"
private const val NONCE_SIZE = 24
private const val NONCE_SIZE = 16

class WebSocketContent: ClientUpgradeContent() {

Expand Down

0 comments on commit 3ec923e

Please sign in to comment.