rbtree redundant assignment

2023-07-09 Thread andrey zverev
Hello, everyone! I found a very strange thing in the ngx_rbtree_delete function. It seems that there is redundant assignment under the following if statement: if (subst->parent == node) { temp->parent = subst; Could someone please explain to me why this assignment is needed if temp was taken a

Re: rbtree redundant assignment

2023-07-09 Thread Maxim Dounin
Hello! On Sun, Jul 09, 2023 at 10:57:20AM +0200, andrey zverev wrote: > Hello, everyone! > > I found a very strange thing in the ngx_rbtree_delete function. It seems > that there is redundant assignment under the following if statement: > > if (subst->parent == node) { > temp->parent = subst;

[PATCH] Tests: enabled TLSv1 in ssl_sni_reneg.t

2023-07-09 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1688521184 -10800 # Wed Jul 05 04:39:44 2023 +0300 # Node ID 85188791cd9cf688a29401e31221551345b76ff4 # Parent c5767845481fc1d7df3e56b604fc4afdeab7be85 Tests: enabled TLSv1 in ssl_sni_reneg.t. This fixes running the test with OpenSSL before 1.

[PATCH] Tests: enabled TLSv1 in uwsgi SSL tests

2023-07-09 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1688937878 -10800 # Mon Jul 10 00:24:38 2023 +0300 # Node ID cab7d252c0d3445eef3f582d2879ac5fc3202019 # Parent 85188791cd9cf688a29401e31221551345b76ff4 Tests: enabled TLSv1 in uwsgi SSL tests. In uWSGI starting with 2.0.17.1, TLSv1 is disabled