[nginx] Mail: style.

2025-05-13 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/1e66d7bd556e branches: changeset: 9357:1e66d7bd556e user: Maxim Dounin date: Wed May 14 01:15:59 2025 +0300 description: Mail: style. There is no reason to use c->write as we already have wev, and it is used elsewhere in ngx_mail_send(). d

[nginx] Stream: style.

2025-05-13 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/54c96bb0bbfa branches: changeset: 9353:54c96bb0bbfa user: Maxim Dounin date: Wed May 14 01:15:05 2025 +0300 description: Stream: style. Moved SSL configuration parsing functions to the end of the file, where configuration parsing should be.

[nginx] Stream: fixed timeout usage for proxy_protocol with SSL ...

2025-05-13 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/196e9f3db2b0 branches: changeset: 9355:196e9f3db2b0 user: Maxim Dounin date: Wed May 14 01:15:24 2025 +0300 description: Stream: fixed timeout usage for proxy_protocol with SSL proxying. Connection establishment with a proxied server includ

[nginx] Conditional rearm of write timeouts.

2025-05-13 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/4c872940b19b branches: changeset: 9358:4c872940b19b user: Maxim Dounin date: Wed May 14 01:16:05 2025 +0300 description: Conditional rearm of write timeouts. When the network memory limit is hit on Linux, it is possible that connections are

[nginx] Stream: fixed proxy_connect_timeout with SSL proxying.

2025-05-13 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/b29b2f2ffdc3 branches: changeset: 9356:b29b2f2ffdc3 user: Maxim Dounin date: Wed May 14 01:15:42 2025 +0300 description: Stream: fixed proxy_connect_timeout with SSL proxying. Connection establishment, including SSL handshake, is expected t

[nginx] Stream: style.

2025-05-13 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/85a9b0bb5b3c branches: changeset: 9354:85a9b0bb5b3c user: Maxim Dounin date: Wed May 14 01:15:13 2025 +0300 description: Stream: style. Unless actually required for some reason, line continuation should be in column 79, not 80. diffstat: