diff --git a/.vs/youtube-downloader/xs/UserPrefs.xml b/.vs/youtube-downloader/xs/UserPrefs.xml index fed214a..130d5a4 100644 --- a/.vs/youtube-downloader/xs/UserPrefs.xml +++ b/.vs/youtube-downloader/xs/UserPrefs.xml @@ -1,7 +1,7 @@  - + @@ -15,14 +15,7 @@ - - - - - - - - + diff --git a/Program.cs b/Program.cs index 27f7d0c..fa9b45f 100644 --- a/Program.cs +++ b/Program.cs @@ -308,6 +308,8 @@ namespace youtube_downloader rp.AddHeader("Cache-Control", "no-cache"); rp.ContentType = "text/event-stream"; rp.WithCode(); + Console.WriteLine(rp.SendChunked); + rp.SendChunked = false; rp.ContentEncoding = Encoding.UTF8; SSE.ServerSentEventItem.RegisterResponse(rp); diff --git a/bin/Release/youtube-downloader.exe b/bin/Release/youtube-downloader.exe index 5d289af..674a7e1 100644 Binary files a/bin/Release/youtube-downloader.exe and b/bin/Release/youtube-downloader.exe differ diff --git a/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache b/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache index abef78d..c63abf6 100644 Binary files a/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache and b/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache differ diff --git a/obj/x86/Release/youtube-downloader.exe b/obj/x86/Release/youtube-downloader.exe index 5d289af..674a7e1 100644 Binary files a/obj/x86/Release/youtube-downloader.exe and b/obj/x86/Release/youtube-downloader.exe differ