【发布时间】:2021-09-25 19:49:10
【问题描述】:
WebSocket 服务器是在线测试服务器 The Website 出了点问题,我不知道如何解决。
val client = HttpClient(CIO) { install(WebSockets) }
GlobalScope.launch {
client.webSocket("ws://82.157.123.54:9010/ajaxchattest") {}
}
错误 printStackTrace
java.lang.IllegalStateException: Failed to parse request body: request body length
should be specified,
chunked transfer encoding should be used or
keep-alive should be disabled (connection: close)
不知道如何启用编码或禁用 keep-alive 或指定正文长度。
【问题讨论】: