Omkar Chorghe

Results 4 comments of Omkar Chorghe

``` e := echo.New() e.Use(myOpenTelemetryMiddleware()) // when logger returns we have status code that is commited (written to the client) e.Use(middleware.Logger()) // will call `c.Error(err)` and by doing it "commits"...

@aldas any chance I can contribute to this ?

If you are done with it then no worries, I have been wanting to contribute to open source for a while, and this seemed a good start, that's why I...

https://github.com/labstack/echo/pull/2410 @aldas Thanks for the opportunity.