mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
strexp: handle NULL better
This commit is contained in:
parent
9fe4b37650
commit
b3bff76a73
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ lws_ss_exp_cb_metadata(void *priv, const char *name, char *out, size_t *pos,
|
|||
replace = hmd->value__may_own_heap;
|
||||
|
||||
if (!replace)
|
||||
return LSTRX_FILLED_OUT;
|
||||
return LSTRX_DONE;
|
||||
|
||||
total = hmd->length;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue