diff --git a/just_audio/lib/just_audio.dart b/just_audio/lib/just_audio.dart index 2184f91..c868cc8 100644 --- a/just_audio/lib/just_audio.dart +++ b/just_audio/lib/just_audio.dart @@ -1035,6 +1035,7 @@ class _ProxyHttpServer { originResponse.headers.forEach((name, value) { request.response.headers.set(name, value); }); + request.response.statusCode = originResponse.statusCode; // Pipe response await originResponse.pipe(request.response);