caddyserver / caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
https://caddyserver.com
Apache License 2.0
57.44k stars 4k forks source link

transport: fix proxy protocol initialization #6301

Closed mohammed90 closed 4 months ago

mohammed90 commented 5 months ago

Resolve #6300

mohammed90 commented 5 months ago

@eulores can you please test this PR to validate the fix? You can either grab the CI artifact from here or build from source using xcaddy with the command:

xcaddy build issue-6300
eulores commented 5 months ago

I tested this PR and it works as expected. Thank you very much!