mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
remove async await no longer used
This commit is contained in:
@@ -96,7 +96,7 @@ namespace OSHttpServer
|
||||
|
||||
void StartSendResponse(HttpResponse response);
|
||||
void ContinueSendResponse(bool notThrottled);
|
||||
Task EndSendResponse(uint requestID, ConnectionType connection);
|
||||
void EndSendResponse(uint requestID, ConnectionType connection);
|
||||
bool TrySendResponse(int limit);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user