bmcweb: srcrev bump b5a10a22db..a170f27567

Carson Labrado (1):
      HTTP Client: Fix handling on connection timeout

Ed Tanous (8):
      Simplify logic in router matcher
      Move errant logging statement
      Fix redundant store
      Use more specific include
      Remove usages of boost::starts/ends_with
      Use more specific include
      Update the readme
      Replace boost with std replace

Jason M. Bills (1):
      Use nlohmann::json::object_t for dump entries

Nan Zhou (1):
      lock test: remove unused function

Sui Chen (1):
      Manager: add ManagerDiagnosticData handler

Change-Id: Ie9f9e7368518f83f109377cd4d43cecc8b4f7982
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 41a1b14..8bbaa39 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "b5a10a22db6f44c7a96cc2912e1b57db439e77fc"
+SRCREV = "a170f2756716f13d906678ab93351ead035e37b4"
 
 S = "${WORKDIR}/git"