mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
1d8e29815e
> Mux working on behalf of Mike. Debug recording could consume request bodies when a provider SDK returned the active body from `GetBody`, which left the upstream request with an empty body after capture. Reset the request body after debug capture and add coverage for shared `GetBody` readers so debug logging does not alter the bytes sent upstream.