daum3ns
daum3ns
hello, yes i can see such log lines (270-9 failed, 270-11 succeeded): ``` 2022-04-26 17:23:41.259032 http2:trace1 172.22.1.196:55080 h2_mplx(270): mood update, decreasing worker limit to 4 2022-04-26 17:23:41.259037 http2:trace2 172.22.1.196:55080 h2_mplx(270-11):...
hi, it works! we have tried this change and i can confirm that the problem is no longer reproducible. will this become a permanent change or is this a fix...
> There's an in-app 'update' CTA yeah, but the link goes to the google playstore of the breeze app... this should go to the .apk download for ungoogled phones..
i think the problem is[ this condition.](https://github.com/apache/httpd/blob/2.4.57/modules/ssl/ssl_engine_init.c#L1928)... ```c /* Allow others to provide certificate files */ pks = sc->server->pks; n = pks->cert_files->nelts; ap_ssl_add_cert_files(s, p, pks->cert_files, pks->key_files); ssl_run_add_cert_files(s, p, pks->cert_files, pks->key_files);...
what do you think of my proposal [here](https://github.com/icing/mod_md/issues/315#issuecomment-1609030714)? because i have patched and tested it and the issue is gone then...
i agree with the issue opener. im using the german translation and to be honest its unclear when it is enabled and disabled. would make much more sense for me...
okay thanks for pointing that out.. but does this also apply to upstream? as far as i can tell no, i.e despite calling api.continue no headers arrive at the upstream...
yes you are right, however, it is possible to export account age witness and then re-import in the newly created account. like this you get the new account with the...
How can we solve this? When we stream, the first chunk and headers are sent before the body is inspected. If a rule matches later in phase 4, we can’t...
i have added streaming_test.go in my fork: https://github.com/daum3ns/coraza/blob/add-testcase-for-streamed-responses/http/streaming_test.go but it confuses me even more because only the last test fails... () I would have expected all testcases except the first...