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/
H A Dprivate-lib-roles-http.h276 unsigned int content_length_explicitly_zero:1; member
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c1651 wsi->http.content_length_explicitly_zero = 0; in lws_http_action()
1668 wsi->http.content_length_explicitly_zero = 1; in lws_http_action()
2001 if (wsi->http.content_length_explicitly_zero && in lws_http_action()
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c875 if (wsi->http.content_length_explicitly_zero) in lws_h2_bind_for_post_before_action()

Completed in 5 milliseconds