summaryrefslogtreecommitdiff
path: root/thirdparty/libwebsockets/roles/http/private.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-11-04 22:02:41 +0100
committerGitHub <noreply@github.com>2018-11-04 22:02:41 +0100
commit60c78726a599c0154ba6473e48cf31792dedeb71 (patch)
tree91bbc2ec8bb8d66bea06d6cc99474ff6b0f815bd /thirdparty/libwebsockets/roles/http/private.h
parent91d158afb233b1cd273a880609be6a33e9f11458 (diff)
parent3703655ce2cf310db61608fb492b0354db611a8d (diff)
Merge pull request #23478 from Faless/lws_3.0.1_pr
Update libwebsocket to 3.0.1
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;
};