angie icon indicating copy to clipboard operation
angie copied to clipboard

add stream protocol v2

Open codetiger666 opened this issue 1 year ago • 4 comments

can you add this nginx-stream-proxy-protocol-v2 patch,i want to proxy mailu,this need protocol v2

codetiger666 avatar Mar 08 '25 14:03 codetiger666

This patch has been reviewed and rejected in the nginx mailing list: https://mailman.nginx.org/pipermail/nginx-devel/2021-April/013957.html

I agree with the review conclusions. It has a wrong approach, so it can't be included in its current state.

VBart avatar Mar 08 '25 21:03 VBart

This patch has been reviewed and rejected in the nginx mailing list: https://mailman.nginx.org/pipermail/nginx-devel/2021-April/013957.html

I agree with the review conclusions. It has a wrong approach, so it can't be included in its current state.

Is there any other implementation of this?

codetiger666 avatar Mar 09 '25 01:03 codetiger666

This patch has been reviewed and rejected in the nginx mailing list: https://mailman.nginx.org/pipermail/nginx-devel/2021-April/013957.html I agree with the review conclusions. It has a wrong approach, so it can't be included in its current state.

Is there any other implementation of this?

I'm not aware of them... but I think it's a pretty easy feature to implement. We can do that in 1.10 or so.

VBart avatar Mar 18 '25 18:03 VBart

This patch has been reviewed and rejected in the nginx mailing list: https://mailman.nginx.org/pipermail/nginx-devel/2021-April/013957.html I agree with the review conclusions. It has a wrong approach, so it can't be included in its current state.https://mailman.nginx.org/pipermail/nginx-devel/2021-April/013957.html

Is there any other implementation of this?

I'm not aware of them... but I think it's a pretty easy feature to implement. We can do that in 1.10 or so.

thank you.

codetiger666 avatar Mar 19 '25 01:03 codetiger666

Implemented by https://github.com/webserver-llc/angie/commit/732f832a85cf823e43e88be3900e0f5137505d0d and will be released with Angie 1.11.

Also, the feature is already available in nightly builds.

VBart avatar Sep 29 '25 16:09 VBart