Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

Fixed a counter problem with HTTP request dynamic priorities ... #417

Merged
merged 1 commit into from Dec 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -385,6 +385,7 @@ public UUID StartHttpRequest(UUID sogId, uint localID, UUID itemID, string url,
}
else
{
DecrementObjectQueue(sogId);
return UUID.Zero;
}
}
Expand Down