bmcweb: srcrev bump b2254ccd45..99bf026224
Divya Jyoti (1):
Fix incorrect response code for header size limit
Change-Id: I989caeb2aef2631d660a3ceb2e95d352ab493ea9
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 79327eb..89287c3 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 = "b2254ccd4584285eb2a16fd1906c54d7c9bf0867"
+SRCREV = "99bf026224d6ea60be27bd36793ddfaea5537d2a"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"