bmcweb: srcrev bump 0ed80c8ce9..797d5dae9e

Carson Labrado (1):
      Aggregation: Prefix fix HttpHeaders property

Corey Hardesty (1):
      Support for configurable host reboot count

Change-Id: I7840eae42312daddd64fa7bdfbbd3e590c2214be
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 812cc9a..a4a00e7 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "0ed80c8ce93a38eca6951ffad5c3143a3a720053"
+SRCREV = "797d5dae9eed4e783d065be24f5ac0bf4ffe1a1a"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"