Gabe Cemaj
Gabe Cemaj
> I am not sure about it. Isn't better to dump the request, similar how it is done with Apache? dump the headers you mean? that would also work, have...
> I am not sure about it. Isn't better to dump the request, similar how it is done with Apache? could also be an allowlist of headers?
> I might no be fully understand the reason of this change, is there a specific use case that just dumping the request headers in the logs is not enough?...
> > > I might no be fully understand the reason of this change, is there a specific use case that just dumping the request headers in the logs is...
> option to dump/forward headers + allowlist on headers will be something more flexible. prefix may not be so convenient as not all headers have the same prefix. ill make...
This is still happening, any idea what the fix is/was? what to do?
Is there ongoing work around this issue? Any help-needed items that community members could contribute to around this goal?
@lizzzcai mind giving this a review?
I see in the documentation that `StreamingHandlerConn implementations do not need to be safe for concurrent use.` Which made me think it could be safe for concurrent use. Is the...