Reply to thread

as I understood it: yes


https://github.com/aspnet/KestrelHttpServer/issues/97



Also using WriteAsync()?! Because the current send methods are using Write().


Edit:

I guess you need to check this header inside the send methods and switch to WriteAsync if it should be chunked. does that make sense?


Top Bottom