echo-contrib icon indicating copy to clipboard operation
echo-contrib copied to clipboard

NewTracedRequest - nil Body

Open Dredouane opened this issue 5 years ago • 2 comments

https://github.com/labstack/echo-contrib/blob/fd0452527ce01ce8a4801451d351aa093f169b97/jaegertracing/jaegertracing.go#L240

POST requests are sent with a nil body? the body param is not used or I'm missing something? Thanks

Dredouane avatar Jan 07 '21 10:01 Dredouane

@carlosedp I think this is a bug? @Dredouane feel free to pass the body to the line you referenced and open a PR maybe?

arun0009 avatar Apr 06 '21 22:04 arun0009

This bit should fix https://github.com/labstack/echo-contrib/pull/71

m1x0n avatar Jun 30 '22 17:06 m1x0n

Fixed in https://github.com/labstack/echo-contrib/releases/tag/v0.13.1

m1x0n avatar Jan 04 '23 15:01 m1x0n