labstack / echo

High performance, minimalist Go web framework
https://echo.labstack.com
MIT License
29.01k stars 2.21k forks source link

fix: Enable TargetHeader option #2609

Closed sixsrcs closed 2 months ago

sixsrcs commented 3 months ago

I have fixed the TargetHeader option of the RequestIDConfig, which was disabled.

aldas commented 3 months ago

Hi, could you explain what this PR fixes and how the middleware should behave when config.TargetHeader is set?