Andrew Clayton

Results 552 comments of Andrew Clayton

- Fix static response temporary compressed file creation. ``` $ git range-diff 9f1d7387...78d32c33 1: 84a19b05 ! 1: ab666231 http: Compress static responses @@ src/nxt_http_compression.c: nxt_http_comp_bound(size_t size) + + p =...

Rebased with master ``` $ git range-diff 78d32c33...0870b958 -: -------- > 1: 6cc4d706 wasm: Fix build with wasmtime 27.0.0 -: -------- > 2: 1dfe5bb0 tools/unitctl: bump anstream from 0.6.5 to...

Move the debug commit to the HEAD

- Move all (most) of the debug code to the debug commit and it make it the HEAD commit. - Fix brotli compression - ~~Fix (well, kludge) application response compression....

- Remove ->free() operations from brotli and zstd compressors. ``` $ git range-diff 61f85ed3...8db58d0e 1: e7729c1b ! 1: 1fc8b7fc http: Add core http compression code @@ src/nxt_http_compression.h (new) + ssize_t...

* Make `Accept-Encoding` header parsing a little more robust by stripping all spaces from it before parsing. * An encoding without a weight defaults to 1.0 ``` $ git range-diff...

* Be more restrictive on the weight range ``` $ git range-diff 9e88c3a3...d95d1506 1: 99343c23 ! 1: 0982a94c http: Add core http compression code @@ src/nxt_http_compression.c (new) + + qval...

* Rename global variables to have a `nxt_http_comp_` prefix ``` $ git range-diff d95d1506...25909c61 1: 0982a94c ! 1: 254ffea4 http: Add core http compression code @@ src/nxt_http_compression.c (new) +}; +...

* Various error handling ``` $ git range-diff 25909c61...753e7920 -: -------- > 1: 70322e3a http: Add NXT_HTTP_NOT_ACCEPTABLE enum value 1: 254ffea4 ! 2: 7e2505f4 http: Add core http compression code...

Closing this PR. It will be replaced by a new one with _most_ of the above intended for merging.