Commits

Patrick Scott authored b5b33c734ab
Order high priority requests in the same order they are requested. Use a class to hold the high priority requests and low priority requests. Each request is appended to the correct list in the order received. If a request needs to be requeued after an error, it is placed at the head of the corresponding list.