#include <assert.h>
#include <stddef.h>
#include <httpd.h>
#include <http_core.h>
#include <http_connection.h>
#include <http_log.h>
#include <http_protocol.h>
#include "h2_private.h"
#include "h2.h"
#include "h2_mplx.h"
#include "h2_stream.h"
#include "h2_bucket_eos.h"
Go to the source code of this file.
◆ bucket_cleanup()
◆ bucket_destroy()
| static void bucket_destroy |
( |
void * |
data | ) |
|
|
static |
◆ bucket_read()
◆ h2_bucket_eos_create()
◆ h2_bucket_eos_make()
◆ h2_bucket_type_eos
Initial value:= {
"H2EOS", 5, APR_BUCKET_METADATA,
}
static void bucket_destroy(void *data)
static apr_status_t bucket_read(apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block)
End Of HTTP/2 STREAM (H2EOS) bucket
Definition at line 104 of file h2_bucket_eos.c.