]> git.kaiwu.me - nginx.git/commit
Resolver: reworked ngx_resolver_copy() copy loop.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 25 May 2021 12:17:43 +0000 (15:17 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 25 May 2021 12:17:43 +0000 (15:17 +0300)
commitf1dd1d50e090b32a765295daea5f167f1077d706
tree2b2767a1f34270d65d74f95a9f2a8faf08bd7296
parentbbd403a7ab3810fe82ecd1d6ebca9fc34d68126a
Resolver: reworked ngx_resolver_copy() copy loop.

To make the code easier to read, reworked the ngx_resolver_copy()
copy loop to match the one used to calculate length.  No functional
changes.
src/core/ngx_resolver.c