]> git.kaiwu.me - nginx.git/commit
Stream pass: disabled passing from or to udp.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 3 May 2024 16:26:05 +0000 (20:26 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 3 May 2024 16:26:05 +0000 (20:26 +0400)
commit489e1e61912a808fdaffb4f513426cb285f267a3
treecccbe3b0eb1b148f2bf32c82ca29bc5e08c92534
parent6f7494081ae8a56664afb480eff583d639b60ab4
Stream pass: disabled passing from or to udp.

Passing from udp was not possible for the most part due to preread buffer
restriction.  Passing to udp could occasionally work, but the connection would
still be bound to the original listen rbtree, which prevented it from being
deleted on connection closure.
src/stream/ngx_stream_pass_module.c