2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
- .github/pull_request_template.md+2-2
- SECURITY.md+89-5
- auto/lib/pcre/make+2-1
- docs/xml/nginx/changes.xml+93
- src/core/nginx.h+2-2
- src/core/ngx_cycle.c+10-4
- src/core/ngx_inet.c+5-1
- src/event/ngx_event_openssl.c+1-1
- src/event/ngx_event_openssl.h+7
- src/event/ngx_event_openssl_cache.c+4
- src/event/quic/ngx_event_quic_ack.c+6-7
- src/event/quic/ngx_event_quic_openssl_compat.c+1
- src/event/quic/ngx_event_quic_protection.c+15-14
- src/event/quic/ngx_event_quic_protection.h+1-1
- src/http/modules/ngx_http_fastcgi_module.c+6-1
- src/http/modules/ngx_http_grpc_module.c+1-3
- src/http/modules/ngx_http_mp4_module.c+17-1
- src/http/modules/ngx_http_proxy_module.c+6-3
- src/http/modules/ngx_http_scgi_module.c+20
- src/http/modules/ngx_http_ssl_module.c+1-3
- src/http/modules/ngx_http_upstream_hash_module.c+79-9
- src/http/modules/ngx_http_upstream_ip_hash_module.c+11-1
- src/http/modules/ngx_http_upstream_least_conn_module.c+12
- src/http/modules/ngx_http_upstream_random_module.c+32-3
- src/http/modules/ngx_http_upstream_zone_module.c+690-8
- src/http/modules/ngx_http_uwsgi_module.c+28-3
- src/http/ngx_http_upstream.c+171
- src/http/ngx_http_upstream.h+9-1
- src/http/ngx_http_upstream_round_robin.c+203-10
- src/http/ngx_http_upstream_round_robin.h+85-3
- src/mail/ngx_mail_proxy_module.c+24
- src/mail/ngx_mail_ssl_module.c+1-3
- src/os/unix/ngx_freebsd_config.h+1-1
- src/stream/ngx_stream_proxy_module.c+20-3
- src/stream/ngx_stream_ssl_module.c+1-3
- src/stream/ngx_stream_upstream.c+154-1
- src/stream/ngx_stream_upstream.h+7-2
- src/stream/ngx_stream_upstream_hash_module.c+80-10
- src/stream/ngx_stream_upstream_least_conn_module.c+12
- src/stream/ngx_stream_upstream_random_module.c+32-3
- src/stream/ngx_stream_upstream_round_robin.c+204-10
- src/stream/ngx_stream_upstream_round_robin.h+85-3
- src/stream/ngx_stream_upstream_zone_module.c+691-8
0 commit comments