Home
last modified time | relevance | path

Searched hist:"1873 a04f43bb414408d1da9a5a775c05474603d2" (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cppdiff 1873a04f43bb414408d1da9a5a775c05474603d2 Mon Apr 01 09:27:39 CDT 2024 Myung Bae <myungbae@us.ibm.com> Reduce multi-level calls of req.req members

Several places access the members of `req` indirectly like
`req.req.method()`. This can be simplified as `req.method()` .

This would also make the code clearer.

Tested:
- Compiles
- Redfish service validator passes

Change-Id: Ie129564ff907cdea7ac224b1e3d80cc0dedfbd7b
Signed-off-by: Myung Bae <myungbae@us.ibm.com>
/openbmc/bmcweb/http/
H A Dhttp2_connection.hppdiff 1873a04f43bb414408d1da9a5a775c05474603d2 Mon Apr 01 09:27:39 CDT 2024 Myung Bae <myungbae@us.ibm.com> Reduce multi-level calls of req.req members

Several places access the members of `req` indirectly like
`req.req.method()`. This can be simplified as `req.method()` .

This would also make the code clearer.

Tested:
- Compiles
- Redfish service validator passes

Change-Id: Ie129564ff907cdea7ac224b1e3d80cc0dedfbd7b
Signed-off-by: Myung Bae <myungbae@us.ibm.com>
H A Dhttp_request.hppdiff 1873a04f43bb414408d1da9a5a775c05474603d2 Mon Apr 01 09:27:39 CDT 2024 Myung Bae <myungbae@us.ibm.com> Reduce multi-level calls of req.req members

Several places access the members of `req` indirectly like
`req.req.method()`. This can be simplified as `req.method()` .

This would also make the code clearer.

Tested:
- Compiles
- Redfish service validator passes

Change-Id: Ie129564ff907cdea7ac224b1e3d80cc0dedfbd7b
Signed-off-by: Myung Bae <myungbae@us.ibm.com>
H A Dwebsocket.hppdiff 1873a04f43bb414408d1da9a5a775c05474603d2 Mon Apr 01 09:27:39 CDT 2024 Myung Bae <myungbae@us.ibm.com> Reduce multi-level calls of req.req members

Several places access the members of `req` indirectly like
`req.req.method()`. This can be simplified as `req.method()` .

This would also make the code clearer.

Tested:
- Compiles
- Redfish service validator passes

Change-Id: Ie129564ff907cdea7ac224b1e3d80cc0dedfbd7b
Signed-off-by: Myung Bae <myungbae@us.ibm.com>
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hppdiff 1873a04f43bb414408d1da9a5a775c05474603d2 Mon Apr 01 09:27:39 CDT 2024 Myung Bae <myungbae@us.ibm.com> Reduce multi-level calls of req.req members

Several places access the members of `req` indirectly like
`req.req.method()`. This can be simplified as `req.method()` .

This would also make the code clearer.

Tested:
- Compiles
- Redfish service validator passes

Change-Id: Ie129564ff907cdea7ac224b1e3d80cc0dedfbd7b
Signed-off-by: Myung Bae <myungbae@us.ibm.com>