mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
remove async await no longer used
This commit is contained in:
@@ -469,7 +469,7 @@ namespace OSHttpServer
|
||||
if (m_body != null)
|
||||
m_body.Dispose();
|
||||
Sent = true;
|
||||
await m_context.EndSendResponse(requestID, Connection).ConfigureAwait(false);
|
||||
m_context.EndSendResponse(requestID, Connection);
|
||||
}
|
||||
|
||||
private int CheckBandwidth(int request, int bytesLimit)
|
||||
|
||||
Reference in New Issue
Block a user