mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
remove async await no longer used
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user