bmcweb: srcrev bump 4f4679630b..587090cd38

Ed Tanous (1):
      Refactor large lambda into function

Jagpal Singh Gill (1):
      update service: use return path for task callback

Potin Lai (1):
      http_body: Implement static bmcweb::HttpBody::size() function

Change-Id: I690314625dd74378bc32487114273b54b3a8b924
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 9de9ec4..e64e3ca 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 = "4f4679630bf34ee046b594c68a321f3108b06935"
+SRCREV = "587090cd3869ed7f419dfbf9ac3e046366a91024"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"