Apache2
h2_c2.h File Reference
#include <http_core.h>
#include "h2.h"
Include dependency graph for h2_c2.h:

Go to the source code of this file.

Functions

const char * h2_conn_mpm_name (void)
 
int h2_mpm_supported (void)
 
apr_status_t h2_c2_child_init (apr_pool_t *pool, server_rec *s)
 
conn_rech2_c2_create (conn_rec *c1, apr_pool_t *parent, apr_bucket_alloc_t *buckt_alloc)
 
apr_status_t h2_c2_process (conn_rec *c, apr_thread_t *thread, int worker_id)
 
void h2_c2_destroy (conn_rec *c2)
 
void h2_c2_abort (conn_rec *c2, conn_rec *from)
 
void h2_c2_register_hooks (void)
 

Function Documentation

◆ h2_c2_abort()

void h2_c2_abort ( conn_rec c2,
conn_rec from 
)

Abort the I/O processing of a secondary connection. And in-/output beams will return errors and c2->aborted is set.

Parameters
c2the secondary connection to abort
fromthe connection this is invoked from

◆ h2_c2_child_init()

apr_status_t h2_c2_child_init ( apr_pool_t pool,
server_rec s 
)

◆ h2_c2_create()

conn_rec* h2_c2_create ( conn_rec c1,
apr_pool_t parent,
apr_bucket_alloc_t buckt_alloc 
)

◆ h2_c2_destroy()

void h2_c2_destroy ( conn_rec c2)

◆ h2_c2_process()

apr_status_t h2_c2_process ( conn_rec c,
apr_thread_t thread,
int  worker_id 
)

Process a secondary connection for a HTTP/2 stream request.

◆ h2_c2_register_hooks()

void h2_c2_register_hooks ( void  )

◆ h2_conn_mpm_name()

const char* h2_conn_mpm_name ( void  )

◆ h2_mpm_supported()

int h2_mpm_supported ( void  )