dummy handler: LWS_CALLBACK_HTTP_FILE_COMPLETION
This commit is contained in:
parent
ba45f7cf9f
commit
d766c99861
1 changed files with 6 additions and 0 deletions
|
@ -237,6 +237,12 @@ lws_callback_http_dummy(struct lws *wsi, enum lws_callback_reasons reason,
|
|||
#endif
|
||||
return -1;
|
||||
break;
|
||||
#if !defined(LWS_NO_SERVER)
|
||||
case LWS_CALLBACK_HTTP_FILE_COMPLETION:
|
||||
if (lws_http_transaction_completed(wsi))
|
||||
return -1;
|
||||
break;
|
||||
#endif
|
||||
|
||||
case LWS_CALLBACK_HTTP_WRITEABLE:
|
||||
#ifdef LWS_WITH_CGI
|
||||
|
|
Loading…
Add table
Reference in a new issue