|
Change |
Effect |
1 |
Value of member WSI_INIT_TOKEN_MUXURL has been changed from 94 to 96. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 |
Value of member WSI_PARSING_COMPLETE has been changed from 93 to 95. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 |
Value of member WSI_TOKEN_NAME_PART has been changed from 90 to 92. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 |
Value of member WSI_TOKEN_SKIPPING has been changed from 91 to 93. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 |
Value of member WSI_TOKEN_SKIPPING_SAW_CR has been changed from 92 to 94. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 |
Value of member _WSI_TOKEN_CLIENT_HOST has been changed from 85 to 87. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 |
Value of member _WSI_TOKEN_CLIENT_IFACE has been changed from 88 to 90. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 |
Value of member _WSI_TOKEN_CLIENT_METHOD has been changed from 87 to 89. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 |
Value of member _WSI_TOKEN_CLIENT_ORIGIN has been changed from 86 to 88. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 |
Value of member _WSI_TOKEN_CLIENT_PEER_ADDRESS has been changed from 83 to 85. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 |
Value of member _WSI_TOKEN_CLIENT_SENT_PROTOCOLS has been changed from 82 to 84. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 |
Value of member _WSI_TOKEN_CLIENT_URI has been changed from 84 to 86. |
Applications may execute a wrong branch of code in the library and therefore change the behavior. |
lws_add_http_header_by_token ( struct lws* wsi, enum lws_token_indexes token, unsigned char const* value, int length, unsigned char** p, unsigned char* end )
2nd parameter 'token' is of type 'enum lws_token_indexes'.
lws_hdr_copy ( struct lws* wsi, char* dst, int len, enum lws_token_indexes h )
4th parameter 'h' is of type 'enum lws_token_indexes'.
lws_hdr_copy_fragment ( struct lws* wsi, char* dst, int len, enum lws_token_indexes h, int frag_idx )
4th parameter 'h' is of type 'enum lws_token_indexes'.
lws_hdr_fragment_length ( struct lws* wsi, enum lws_token_indexes h, int frag_idx )
2nd parameter 'h' is of type 'enum lws_token_indexes'.
lws_hdr_total_length ( struct lws* wsi, enum lws_token_indexes h )
2nd parameter 'h' is of type 'enum lws_token_indexes'.
lws_token_to_string ( enum lws_token_indexes token )
1st parameter 'token' is of type 'enum lws_token_indexes'.