summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2020-10-07 18:20:50 +0300
committerEd Tanous <ed@tanous.net>2020-10-07 18:31:42 +0300
commitcc0904473c19977eb0b9789b3c1be54a74ca873d (patch)
treebb3c9d766e5064469f6642efd8c9a7939b1df13d /src
parent309b0834262f69071c16f7389ba02f56747a9a23 (diff)
downloadbmcweb-cc0904473c19977eb0b9789b3c1be54a74ca873d.tar.xz
Fix PATCH verb
Fix PATCH in the router. https://github.com/openbmc/bmcweb/commit/888880af0ec22bb50e262917bd5dab5d221d521c was injected recently which attempted to reduce the memory load on the system by reducing the number of handlers we hold. This code is already brittle, as it relies on a specific order of verbs in boost. unfortunately, patch was accidentally removed from the router. This commit reverts the attempted memory reclaiming, and does what the old code did, claiming all the way to UNLINK verb. Tested: only inspected at this point, but CI was able to catch the failure. Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I62a531cb20c2508db2dcedec249c2f39719a2181
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions