]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: don't log the client env_map twice 13481/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Fri, 17 Feb 2017 17:07:02 +0000 (18:07 +0100)
committerAbhishek Lekshmanan <abhishek@suse.com>
Fri, 17 Feb 2017 17:07:02 +0000 (18:07 +0100)
commitf01518685d4d9948b5df1dac2c6a7ae6ee054d7c
treed591b8ebe7f847f56303c16f35f6a6b25e9c6098
parentdf98e8be444bb55de3ea31ec1b9b2611d458b920
rgw: don't log the client env_map twice

We currently log the client HTTP env vars twice, once while the env map
is being set and second when the client_io is initiated, this commit
avoids the redundant logging while setting the map

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_client_io.cc
src/rgw/rgw_env.cc