fixed fiber middleware header issue#1639
Conversation
| module github.com/oapi-codegen/oapi-codegen/v2/examples/authenticated-api/stdhttp | ||
|
|
||
| go 1.22 | ||
| go 1.22.8 |
There was a problem hiding this comment.
I'm not sure if we need to modify go.mod files in this PR.
| github.com/gin-gonic/gin v1.9.1 | ||
| github.com/go-chi/chi/v5 v5.0.10 | ||
| github.com/gofiber/fiber/v2 v2.49.1 | ||
| github.com/gofiber/fiber/v2 v2.52.4 |
There was a problem hiding this comment.
Updates are handled by @dependabot, no need to manually bumping version. See #1675
|
@dani3lsf @alexandear is there any updates on this? It is impacting fiber generation for my headers |
This PR requires a review from maintainers. |
|
Hey @dani3lsf @alexandear,
|
|
Thank you for sending this PR, however I merged an earlier one (#1419) which also fixes this issue, and it supersedes this PR. |
Fix for issue: #1621