• Honfika's avatar
    Fixes: Check the value of the RequestLocked property in the Response method to... · 47ba3eca
    Honfika authored
    Fixes: Check the value of the RequestLocked property in the Response method to ensure that it is always checked. (Earlier it was checked in 2 + 1 methods)
    Set the CancelRequest to true in the same method. (Earlier it was not set it Task Respond(Response response) method)
    Use the correct encoding (from header)
    47ba3eca
HeaderCollection.cs 7.47 KB