Home
last modified time | relevance | path

Searched refs:content_length_explicitly_zero (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h276 unsigned int content_length_explicitly_zero:1; member
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1640 wsi->http.content_length_explicitly_zero = 0; in lws_http_action()
1657 wsi->http.content_length_explicitly_zero = 1; in lws_http_action()
1990 if (wsi->http.content_length_explicitly_zero && in lws_http_action()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c868 if (wsi->http.content_length_explicitly_zero) in lws_h2_bind_for_post_before_action()