Changes message queue from priority queue to standard queue. It is not necessary and actually causes problems to put non header messages before header messages. Headers are queued within each thread. Sending some headers and then a reset will not work properly because the reset command will be placed at the head of the queue before the headers. It will then try to mark all headers done but there won't be any because they are still in the queue.
Attachment:
wineoss.diff
Description: application/unknown-content-type-diff_auto_file