danielgtaylor/huma

Panic on write with very large response body bricks server for some time as response body is logged to standard output

Closed this issue · 1 comments

	panic(fmt.Sprintf("error marshaling response %+v for %s %s %d: %s\n", tval, ctx.Operation().Method, ctx.Operation().Path, status, merr.Error()))

For very big response bodies this is an issue