华仔
|
2fc8e86925
|
fix websocket accept mem leakage (#2002)
* fix websocket accept mem leakage
* fix websocket accept mem leakage
* fix websocket accept mem leakage
* fix websocket accept mem leakage
|
2024-12-07 15:20:19 +08:00 |
|
华仔
|
4c8d42153e
|
throw it out err (#2003)
|
2024-12-06 17:23:42 +08:00 |
|
华仔
|
43225367fb
|
fix websocket客户端连接过程中握手失败导致内存泄漏 (#1899)
* fix word err
* fix word err
* 增加mongo update 测试
* remove unused local variable
* fix websocket客户端连接过程中握手失败导致内存泄漏
|
2024-04-08 16:36:11 +08:00 |
|
Zoro
|
1f93f4864f
|
fix write_handshake (#1841)
Signed-off-by: zorocn <mengzust@gmail.com>
|
2023-12-14 21:04:43 +08:00 |
|
子熏
|
e66e892ee5
|
fix read_handshake (#1839)
Co-authored-by: zixun <lb151450@alibaba-inc.com>
|
2023-12-13 11:53:08 +08:00 |
|
华仔
|
bb90b64c3f
|
websocket添加is_close方法 (#1781)
* websocket添加is_close方法
* 代码优化
|
2023-07-19 20:01:41 +08:00 |
|
子云
|
1a1d8abd2e
|
read 'x-real-ip' header from nginx in websocket lib. (#1665)
* read 'x-real-ip' header from nginx in websocket lib.
* change default real_ip value to nil
|
2022-10-17 19:29:33 +08:00 |
|
子熏
|
fad62566dc
|
#1544 fix playload_len (#1553)
Co-authored-by: zixun <lvzxiun@gmail.com>
|
2022-03-21 13:23:03 +08:00 |
|
云风
|
54e733a76f
|
Request stream (#1463)
* split request/response
* stream api
* fix: global variable (#1464)
* fix global variable
* fix global variable
* Add httpc.head
Co-authored-by: JTrancender <jie-email@jie-trancender.org>
|
2021-08-30 10:00:57 +08:00 |
|
colin
|
6ee8d23ac4
|
ssl request support sni(Server Name Indication) (#1460)
* ssl support sni(Server Name Indication)
* ssl support sni(Server Name Indication)
|
2021-08-23 16:54:01 +08:00 |
|
EfveZombie
|
b0dda0483d
|
fix websocket bugs (#1359)
* fix websocket bugs
* revert write_frame
Co-authored-by: 郑非凡 <efve.zff@alibaba-inc.com>
|
2021-03-10 12:35:56 +08:00 |
|
lsg2020
|
53a74ca029
|
websocket upgrade (#1279)
|
2021-01-12 10:43:42 +08:00 |
|
zixun
|
fd27676869
|
add message type
|
2020-03-30 17:48:43 +08:00 |
|
Fanrncho
|
892189ff90
|
Update websocket.lua
根据Issue(https://github.com/cloudwu/skynet/issues/1163#issue-587403602)提出修改建议。
|
2020-03-27 12:58:42 +08:00 |
|
shuax
|
f6b8eba01e
|
https://tools.ietf.org/html/rfc6455#section-5.5.3
A Pong frame sent in response to a Ping frame must have identical
"Application data" as found in the message body of the Ping frame
being replied to.
|
2020-03-03 14:51:00 +08:00 |
|
zixun
|
99d43388ab
|
fix handshake error
|
2020-02-14 22:45:11 +08:00 |
|
Jay Li
|
0e3f37f38b
|
Call tls.closefunc
|
2019-11-22 16:24:11 +08:00 |
|
zixun
|
8450e7f366
|
add result of accept
|
2019-11-19 16:25:43 +08:00 |
|
Hanlei Qin
|
4585da9cbd
|
bug fixed
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
38c47b8a5d
|
add websocket address and url param
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
21d680d5b7
|
triger handle close when force close
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
ec8e518abc
|
only server websocket check frame size
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
082fb732e5
|
fix httpver
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
b5ea18f44b
|
check full frame size
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
8aac2114e3
|
delete debug print
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
0e96c761f8
|
add write with masked and limit payload
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
60f4f26b85
|
fix closed and delete send_buf
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
7240de08a9
|
use sockethelper connect
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
4341106364
|
fix mask and close
|
2019-11-19 16:25:43 +08:00 |
|
zixun
|
81a7c44a05
|
add ws/wss server and client support
|
2019-11-19 16:25:43 +08:00 |
|