summaryrefslogtreecommitdiff
path: root/thirdparty/libwebsockets/roles/http/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/libwebsockets/roles/http/private.h')
-rw-r--r--thirdparty/libwebsockets/roles/http/private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/libwebsockets/roles/http/private.h b/thirdparty/libwebsockets/roles/http/private.h
index 2aa7a92f75..5699914742 100644
--- a/thirdparty/libwebsockets/roles/http/private.h
+++ b/thirdparty/libwebsockets/roles/http/private.h
@@ -227,6 +227,7 @@ struct _lws_http_mode_related {
#if defined(LWS_WITH_HTTP_PROXY)
unsigned int perform_rewrite:1;
#endif
+ unsigned int deferred_transaction_completed:1;
};