1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

ss: h1: log dereferences NULL

This commit is contained in:
Haopeng Li 2021-06-22 15:47:07 +01:00 committed by Andy Green
parent 7a283eba05
commit 526310dfea

View file

@ -829,7 +829,7 @@ malformed:
case LWS_CALLBACK_CLIENT_HTTP_WRITEABLE:
if (!h || !h->info.tx) {
lwsl_notice("%s: %s no handle / tx\n", __func__, h->lc.gutag);
lwsl_notice("%s: no handle / tx\n", __func__);
return 0;
}