http11: Remove qsort/bsearch code paths
commit9625ad39b73d3d1443ff097e9113d1ec9c9d5f00
authorEric Wong <normalperson@yhbt.net>
Wed, 8 Apr 2009 23:09:03 +0000 (8 16:09 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 8 Apr 2009 23:09:03 +0000 (8 16:09 -0700)
treea6f473a13b546fc2fb21ffc014a11159f5ebf367
parente5da852c365e3877ee57441b6fc6b336ab434817
http11: Remove qsort/bsearch code paths

The build-time complexity was not worth the minor
performance improvement we could get for the average
case (and we can cut down the amount of comparisons
by putting frequent/required headers first).
ext/unicorn/http11/http11.c