mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
remove some useless code form http low level; delay normal connection close, to let client do it instead
This commit is contained in:
@@ -29,6 +29,7 @@ namespace OSHttpServer
|
||||
|
||||
bool CanSend();
|
||||
bool IsSending();
|
||||
bool IsClosing {get ;}
|
||||
|
||||
/// <summary>
|
||||
/// Disconnect from client
|
||||
@@ -95,7 +96,7 @@ namespace OSHttpServer
|
||||
|
||||
void StartSendResponse(HttpResponse response);
|
||||
void ContinueSendResponse(bool notThrottled);
|
||||
void EndSendResponse(uint requestID, ConnectionType connection);
|
||||
Task EndSendResponse(uint requestID, ConnectionType connection);
|
||||
bool TrySendResponse(int limit);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user