aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/lws/private-libwebsockets.h
diff options
context:
space:
mode:
authorFabio Alessandrelli2018-03-18 16:37:51 +0100
committerFabio Alessandrelli2018-04-03 19:25:24 +0200
commit262cb262eb6c10c808dbbd85dd9103ab0f99c32b (patch)
tree846176d97409c50349ee59889ee4de28b9051c41 /thirdparty/lws/private-libwebsockets.h
parent9ad180029876a53747df577d8925a055f6b9687e (diff)
downloadgodot-262cb262eb6c10c808dbbd85dd9103ab0f99c32b.tar.gz
godot-262cb262eb6c10c808dbbd85dd9103ab0f99c32b.tar.zst
godot-262cb262eb6c10c808dbbd85dd9103ab0f99c32b.zip
Diffstat (limited to 'thirdparty/lws/private-libwebsockets.h')
-rw-r--r--thirdparty/lws/private-libwebsockets.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/thirdparty/lws/private-libwebsockets.h b/thirdparty/lws/private-libwebsockets.h
index 4f0b37433..535fa0be5 100644
--- a/thirdparty/lws/private-libwebsockets.h
+++ b/thirdparty/lws/private-libwebsockets.h
@@ -356,9 +356,6 @@ esp8266_tcp_stream_bind(lws_sockfd_type fd, int port, struct lws *wsi);
#ifndef BYTE_ORDER
#define BYTE_ORDER LITTLE_ENDIAN
#endif
-#ifndef u_int64_t
-typedef unsigned __int64 u_int64_t;
-#endif
#undef __P
#ifndef __P
@@ -1633,7 +1630,6 @@ struct lws_h2_netconn {
unsigned int pad_length:1;
unsigned int collected_priority:1;
unsigned int is_first_header_char:1;
- unsigned int seen_nonpseudoheader:1;
unsigned int zero_huff_padding:1;
unsigned int last_action_dyntable_resize:1;
@@ -1922,6 +1918,7 @@ struct lws {
unsigned int hdr_parsing_completed:1;
unsigned int http2_substream:1;
unsigned int upgraded_to_http2:1;
+ unsigned int seen_nonpseudoheader:1;
unsigned int listener:1;
unsigned int user_space_externally_allocated:1;
unsigned int socket_is_permanently_unusable:1;