You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the fetchAndStore explicitly has a nolint directive on bodyclose - usage of this in jwx's jwk auto refresh is causing a body close memory leak under some... fairly particular circumstances.
Is the expectation that the transformer should close these bodies?
Cheers
The text was updated successfully, but these errors were encountered:
The exact reasoning escapes me by now, but I believe it was to somehow allow stackable processing. Something like, peek the body, and depending on the body content, decide on a particular processing pattern from a number of choices.
Hey,
I see that the
fetchAndStore
explicitly has a nolint directive on bodyclose - usage of this in jwx's jwk auto refresh is causing a body close memory leak under some... fairly particular circumstances.Is the expectation that the transformer should close these bodies?
Cheers
The text was updated successfully, but these errors were encountered: