]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: eliminate one unnecessary case statement
authorJosh Durgin <josh.durgin@inktank.com>
Thu, 24 Oct 2013 16:47:16 +0000 (09:47 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Thu, 24 Oct 2013 18:37:07 +0000 (11:37 -0700)
commitcfe845115bccf574e607899014cdbf2d213c6fb0
treeacd92d69a214ba471531e99ba7e3b2d208df6ca9
parentf9a6d71904796817b6df6b1ae7818070c0f34a8c
rgw: eliminate one unnecessary case statement

0x21 '!' is the first character that doesn't need encoding, so we can
expand the lower bound check.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/rgw/rgw_common.cc