Asterisk - The Open Source Telephony Project GIT-master-a358458
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 452 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 454 of file http.c.

◆ flags

struct ast_flags flags

HTTP body tracking flags

Definition at line 456 of file http.c.


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