该项目从 https://github.com/warmcat/libwebsockets 镜像。
Pull mirroring failed .
由于尝试失败次数过多,仓库镜像已暂停,可以由项目维护者或所有者恢复。
上次成功更新 。
由于尝试失败次数过多,仓库镜像已暂停,可以由项目维护者或所有者恢复。
上次成功更新 。
- 7月 13, 2021
-
-
由 Andy Green 创作于
-
- 7月 12, 2021
-
-
由 Andy Green 创作于
...vhosts from vh destroy on zero refcount https://github.com/warmcat/libwebsockets/issues/2343
-
- 7月 10, 2021
-
-
由 Andy Green 创作于
-
由 Andy Green 创作于
This is needed for, eg, libuv
-
由 Andy Green 创作于
-
由 calvin2021y 创作于
-
- 7月 08, 2021
-
-
由 Andy Green 创作于
-
- 7月 07, 2021
-
-
由 Andy Green 创作于
-
由 Bing Zhao 创作于
This is useful for memory constrained systems such as esp32 to improve heap usage minfree/watermark. On esp32 with simultaneous_ssl_restriction = 2 (MQTT+H1), Without this change, sys heap minfree ranges from 59k to 71k in 100 iterations, average 66.5k. With this change, sys heap minfree ranges from 64k to 71k in 100 interations, average 68.7k
-
由 Bing Zhao 创作于
lws_tls_restrict_borrow() returns error when tls restriction limit is reached. However lws_ssl_close() still calls lws_tls_restrict_return() to decrease simultaneous_ssl. Thus LWS accepts more than allowed ssl links, making simultaneous_ssl_restriction useless. Fix it by tracking lws_tls_restrict_borrow() return value and only calling lws_tls_restrict_return() if lws_tls_restrict_borrow() is successful.
-
由 Andy Green 创作于
-
-
由 Andy Green 创作于
This causes the blocking dns lookup to treat EAI_NONAME as immediately fatal, this is usually caused by an assertive NXDOMAIN from the DNS server or similar. Not being able to reach the server should continue to retry. In order to make the problem visible, it reports the situation using CLIENT_CONNECTION_ERROR, even though it is still inside the outer client creation call.
-
- 6月 27, 2021
-
-
由 Andy Green 创作于
-
由 Andy Green 创作于
-
由 Andy Green 创作于
A second chunk of ss / sspc handling did not get cleaned up along with the other patch from a few weeks ago, it wrongly treats sspc the same as ss. This can cause the wrong thing to be zeroed down, 64-bit and 32-bit builds end up with different victims. This patch makes it understand the difference and treat them accordingly, same as the main for_ss handling.
-
由 David Jeffers 创作于
Later gcc is more accepting, but there's at least one gcc8 toolchain that only likes to hear "fallthru", or it will flag it
-
由 Andy Green 创作于
-
- 6月 24, 2021
-
-
由 Andy Green 创作于
-
由 Andy Green 创作于
If there's no stash, we didn't get as far as having a session, so just fail quietly
-
由 Andy Green 创作于
-
由 Andy Green 创作于
-
由 Andy Green 创作于
-
由 Andy Green 创作于
-
由 Haopeng Li 创作于
-
由 Andy Green 创作于
Some servers will 4xx us if they don't see these headers
-
由 Andy Green 创作于
-
- 6月 20, 2021
-
-
由 Andy Green 创作于
-
由 Andy Green 创作于
-
由 Andy Green 创作于
-
由 Mykola Stryebkov 创作于
-
由 Andy Green 创作于
-
由 Andy Green 创作于
-
- 6月 17, 2021
-
-
由 Andy Green 创作于
-
-
由 kekxv 创作于
-
由 Andy Green 创作于
-
由 Chunho Lee 创作于
-
由 Haopeng Li 创作于
-