mirror of
https://github.com/opensim/opensim.git
synced 2026-07-19 14:06:08 +08:00
a few more changes on oshttp response
This commit is contained in:
@@ -533,6 +533,7 @@ namespace OSHttpServer
|
||||
{
|
||||
if(m_currentResponse == null)
|
||||
return;
|
||||
LastActivityTimeMS = ContextTimeoutManager.EnvironmentTickCount();
|
||||
ContextTimeoutManager.EnqueueSend(this, m_currentResponse.Priority);
|
||||
}
|
||||
|
||||
@@ -556,10 +557,10 @@ namespace OSHttpServer
|
||||
}
|
||||
else
|
||||
{
|
||||
LastActivityTimeMS = ContextTimeoutManager.EnvironmentTickCount();
|
||||
if (Stream == null || !Stream.CanWrite)
|
||||
return;
|
||||
|
||||
LastActivityTimeMS = ContextTimeoutManager.EnvironmentTickCount();
|
||||
HttpRequest nextRequest = null;
|
||||
lock (m_requestsLock)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user