bmcweb: srcrev bump b66551019c..52dd6932de

Ed Tanous (4):
      Simplify body
      Add unit tests for file body
      Simplify HTTP/2 buffering
      Write unit tests for http2 connection

Jishnu CM (1):
      Configure DHCP4 and DHCP6 parameters independently

Change-Id: I8a2c3419aaea073f91e1d52d383335996a634067
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index dab6e46..3633d03 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "b66551019cf3c31186877c30a91ff8622454f342"
+SRCREV = "52dd6932dea23ed6f6ae24caec12c9a7f19c2284"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"