h3_conn_ctx_t¶
#include <h3_filter.h>
Public Attributes¶
| Name | |
|---|---|
| ap_bucket_response * | resp |
| char * | dataheap |
| apr_size_t | dataheaplen |
| apr_size_t | dataheapcap |
| apr_pool_t * | c3reqpool |
| server_rec * | s |
| int | response_too_large Set once the response body exceeds H3MaxResponseBodySize. |
| struct h3_stream * | stream Back-reference to the h3_stream. |
| int | streaming True when response buckets stream through the bounded per-stream queue. |
Public Attributes Documentation¶
variable resp¶
variable dataheap¶
variable dataheaplen¶
variable dataheapcap¶
variable c3reqpool¶
variable s¶
variable response_too_large¶
Set once the response body exceeds H3MaxResponseBodySize.
variable stream¶
Back-reference to the h3_stream.
variable streaming¶
True when response buckets stream through the bounded per-stream queue.