Searched hist:"1873 a04f43bb414408d1da9a5a775c05474603d2" (Results 1 – 5 of 5) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | json_utils_test.cpp | diff 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 D | http2_connection.hpp | diff 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 D | http_request.hpp | diff 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 D | websocket.hpp | diff 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 D | query.hpp | diff 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>
|