X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_encoding_brotli.h;h=504430f5db09b734ad7f79aebeb8408bc0271eac;hp=923ac54b5859dadf5634fae7e948bd0e3d78672f;hb=92ebc45a45d1cd712ea9d8d9fcf8b64b115939df;hpb=6c1356cbe7363bf41f770b1dce59abef93dcc021 diff --git a/src/php_http_encoding_brotli.h b/src/php_http_encoding_brotli.h index 923ac54..504430f 100644 --- a/src/php_http_encoding_brotli.h +++ b/src/php_http_encoding_brotli.h @@ -29,7 +29,7 @@ PHP_HTTP_API ZEND_RESULT_CODE php_http_encoding_enbrotli(int flags, const char * PHP_HTTP_API ZEND_RESULT_CODE php_http_encoding_debrotli(const char *encoded, size_t encoded_len, char **decoded, size_t *decoded_len); #define PHP_HTTP_ENBROTLI_LEVEL_MIN 0x00000001 -#define PHP_HTTP_ENBROTLI_LEVEL_DEF 0x0000000a +#define PHP_HTTP_ENBROTLI_LEVEL_DEF 0x00000004 #define PHP_HTTP_ENBROTLI_LEVEL_MAX 0x0000000b #define PHP_HTTP_ENBROTLI_WBITS_MIN 0x000000a0