mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
oshttp send: modern TAP is still just a complex wrapper of 'obsolete' APM hidding at IL level, so just use the 'obsolete'
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OSHttpServer
|
||||
/// <exception cref="ArgumentNullException"></exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException"></exception>
|
||||
bool Send(byte[] buffer, int offset, int size);
|
||||
Task<bool> SendAsync(byte[] buffer, int offset, int size);
|
||||
bool SendAsyncStart(byte[] buffer, int offset, int size);
|
||||
|
||||
/// <summary>
|
||||
/// Closes the streams and disposes of the unmanaged resources
|
||||
@@ -95,7 +95,7 @@ namespace OSHttpServer
|
||||
HTTPNetworkContext GiveMeTheNetworkStreamIKnowWhatImDoing();
|
||||
|
||||
void StartSendResponse(HttpResponse response);
|
||||
void ContinueSendResponse(bool notThrottled);
|
||||
void ContinueSendResponse();
|
||||
void EndSendResponse(uint requestID, ConnectionType connection);
|
||||
bool TrySendResponse(int limit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user