Files
es24n-conf/modules
scott f08550dbea Fix _serial_redfish_request: use rfind for HTTP_CODE: boundary
The curl -w argument in the command echo contains the literal text
'HTTP_CODE:%{http_code}', so raw.find("HTTP_CODE:") hits that first
and cuts search_area off before the actual JSON response body — leaving
data as {}.  Switching to rfind targets the real HTTP_CODE:200 output
that curl appends at the end of the response.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 11:21:17 -04:00
..
2026-03-17 19:12:29 -04:00
2026-04-09 18:42:02 -04:00