Skip to content

Commit 42280b4

Browse files
committed
fix: ws guid
1 parent f358eba commit 42280b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acidify-milky/src/commonMain/kotlin/org/ntqqrev/acidify/milky/event/FixedWebSocket.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ internal fun Route.fixedWebSocket(
5656
// ---- Fixed implementation for platforms without ISO_8859_1 ----
5757

5858
/** RFC 6455 Section 4.2.2 magic GUID */
59-
private const val WEBSOCKET_MAGIC = "258EAFA5-E914-47DA-95CA-5AB4C085B170"
59+
private const val WEBSOCKET_MAGIC = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
6060

6161
private fun Route.fixedWebSocketImpl(
6262
handler: suspend DefaultWebSocketServerSession.() -> Unit

0 commit comments

Comments
 (0)