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 have replaced reqwest with awc = { version = "3", features = [ "openssl" ] } and the same problem, memory leak at each call. Memory increases but not releases.
I am opening with a reqwest client a media stream from a server, then i return this stream with HttpResponse::Ok().streaming(stream).
The Problem is that memory increases at each call and is not released.
The text was updated successfully, but these errors were encountered: