Files
mediamtx/internal
JulienCossecandGitHub 184899dfab fix: avoid buffering HTTP response body in loggerWriter (#5552)
loggerWriter was shadow-copying every response byte into a bytes.Buffer
to report the body size, causing the entire response to be accumulated
in memory for the lifetime of each request. Replace the buffer with a
plain int counter since dump() only ever reported the byte count anyway.
2026-03-07 18:36:10 +01:00
..
2026-02-22 13:34:05 +01:00
2026-03-01 10:09:11 +01:00
2026-02-12 15:51:14 +01:00
2026-02-21 14:48:53 +01:00
2025-10-11 12:18:51 +02:00