jshttp / negotiator

An HTTP content negotiator for Node.js
MIT License
309 stars 33 forks source link

Fix type order whith same quality #20

Closed madbence closed 10 years ago

madbence commented 10 years ago

See my comment on #14 for more details.

federomero commented 10 years ago

Thanks for the PR.

I'm working on a solution for this almost identical to the one you just submitted. I'm closing this one because, while this solves the problem for the accept header, this issue also occurs for the other accept-* headers and I'm about to push a commit that fixes all of them.

madbence commented 10 years ago

:+1: Thanks!