Andrew Clayton

Results 552 comments of Andrew Clayton

This patch (on top of the previous one) seems to get things going again... ```diff diff --git ./test/unit/status.py ./test/unit/status.py index 2a95022d..50c21c42 100644 --- ./test/unit/status.py +++ ./test/unit/status.py @@ -31,6 +31,9 @@...

- Some commit message tweaks - A fix for the `test_status.py` pytest (incl patch from @andrey-zelenkov) ``` $ git range-diff 3cb718f0...2aa8779a 1: 8bdc2889 ! 1: e73bef7a status: Constify a bunch...

> > Side note: it could be an array since multiple versions of the same module are allowed. > > Yep, for example, users can run python 2.6 and python...

> > > Side note: it could be an array since multiple versions of the same module are allowed. > > > > > > Yep, for example, users can...

- Use nxt_thread() instead of passing the task structure around - Flow the language module name through and remove the type2name mapping function - Handle multiple versions of the same...

- Use a `uint16_t` for the language module counts array. I can't see there ever being more than 64K versions of a language module being loaded and this saves 48...

On Wed, 10 Jul 2024 12:41:51 -0700 hongzhidao ***@***.***> wrote: > @hongzhidao approved this pull request. > > LGTM. > Btw, is it necessary to show the corresponding configuration example...

Rebased with master ``` $ git range-diff 9f0c9f3d...f4ba4b55 -: -------- > 1: d62a5e2c contrib: updated njs to 0.8.5 -: -------- > 2: a9aa9e76 python: Support application factories -: -------- >...

Properly handle no compressors enabled ``` $ git range-diff 1cc7236b...92f215d1 1: 1cc7236b ! 1: 92f215d1 [WIP] HTTP Compression Support @@ src/nxt_http_compression.c (new) + + compressor_ctx = (nxt_http_comp_ctx_t){ .resp_clen = -1...

On Tue, 23 Jul 2024 08:04:55 -0700 Alejandro Colomar ***@***.***> wrote: > @alejandro-colomar commented on this pull request. > > > > > + > + str = strndup((char *)token->start,...