remove async await no longer used

This commit is contained in:
UbitUmarov
2020-07-24 19:24:34 +01:00
parent e08ca7402c
commit 0c716cbd73
3 changed files with 3 additions and 3 deletions

View File

@@ -516,7 +516,7 @@ namespace OSHttpServer
ContextTimeoutManager.EnqueueSend(this, m_currentResponse.Priority, notThrottled);
}
public async Task EndSendResponse(uint requestID, ConnectionType ctype)
public void EndSendResponse(uint requestID, ConnectionType ctype)
{
isSendingResponse = false;
m_currentResponse?.Clear();