sync code

This commit is contained in:
Ned Wright
2026-01-04 12:04:07 +00:00
parent 7ce1fba437
commit 8ae64fa97d
27 changed files with 1649 additions and 625 deletions

View File

@@ -18,7 +18,7 @@
#include <ngx_core.h>
#include "nginx_attachment_common.h"
#include "nano_attachment_common.h"
#include "compression_utils.h"
/// @struct ngx_cp_http_compression_params
@@ -58,7 +58,7 @@ void initialize_compression_debug_printing();
ngx_int_t
decompress_body(
CompressionStream *decompression_stream,
const ngx_http_chunk_type_e chunk_type,
const AttachmentDataType chunk_type,
int *is_last_decompressed_part,
ngx_chain_t **body,
ngx_chain_t **original_body_contents,
@@ -91,7 +91,7 @@ ngx_int_t
compress_body(
CompressionStream *compression_stream,
const CompressionType compression_type,
const ngx_http_chunk_type_e chunk_type,
const AttachmentDataType chunk_type,
const int is_last_part,
ngx_chain_t **body,
ngx_chain_t **original_body_contents,