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:
parent
7a283eba05
commit
526310dfea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue