Asterisk - The Open Source Telephony Project GIT-master-754dea3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
http_worker_private_data Struct Reference
Collaboration diagram for http_worker_private_data:
Collaboration graph
[legend]

Data Fields

int body_length
 
struct ast_flags flags
 

Detailed Description

HTTP tcptls worker_fn private data.

Definition at line 465 of file http.c.

Field Documentation

◆ body_length

int body_length

Body length or -1 if chunked. Valid if HTTP_FLAG_HAS_BODY is TRUE.

Definition at line 467 of file http.c.

◆ flags

struct ast_flags flags

HTTP body tracking flags

Definition at line 469 of file http.c.


The documentation for this struct was generated from the following file: