Skip to content

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

ap_bucket_response * resp;

variable dataheap

char * dataheap;

variable dataheaplen

apr_size_t dataheaplen;

variable dataheapcap

apr_size_t dataheapcap;

variable c3reqpool

apr_pool_t * c3reqpool;

variable s

server_rec * s;

variable response_too_large

int response_too_large;

Set once the response body exceeds H3MaxResponseBodySize.

variable stream

struct h3_stream * stream;

Back-reference to the h3_stream.

variable streaming

int streaming;

True when response buckets stream through the bounded per-stream queue.