http: find_common_field_value => find_common_field
commit4dc2a9e95d115547b7c2680f198293d6e25658b3
authorEric Wong <normalperson@yhbt.net>
Sun, 2 Aug 2009 20:51:20 +0000 (2 13:51 -0700)
committerEric Wong <normalperson@yhbt.net>
Sun, 9 Aug 2009 08:24:46 +0000 (9 01:24 -0700)
treec61a7c69368e52ecc81efe87d35409ab1fb9931e
parentca3fd8acb4bc3f5125a9f0f281951fb8f03778e5
http: find_common_field_value => find_common_field

The "_value" suffix was used to denote the return type, which is
redundandant as it is already known at compile time (being that
this is C and functions have explicit return types).  Furthurmore,
the "_value" is confusing since we're actually returning a "key"
when "value" is used in the context of "key-value" pairs.
ext/unicorn_http/common_field_optimization.h
ext/unicorn_http/unicorn_http.rl