Changeset 79411 in vbox for trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBaseOci.cpp
- Timestamp:
- Jun 28, 2019 12:02:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBaseOci.cpp
r76553 r79411 145 145 { 146 146 if ( a_rStrXmitBody.isNotEmpty() 147 || (a_fFlags & kDoCall_RequireBody) 147 148 || a_enmHttpMethod == RTHTTPMETHOD_POST 148 149 || a_enmHttpMethod == RTHTTPMETHOD_PUT)
Note:
See TracChangeset
for help on using the changeset viewer.