zowe / zowe-common-c

C Libraries for various OS & Networking needs
Eclipse Public License 2.0
10 stars 30 forks source link

Returning internal return code through function argument for 'httpClientSessionInit' #469

Closed Gautham-coder closed 2 weeks ago

Gautham-coder commented 1 month ago

Proposed changes

Function 'httpClientSessionInit' calls other functions inside it and the return codes for those calls are not availabe outside 'httpClientSessionInit'. Adding a return code as argument will solve this requirement.

This PR addresses Issue: https://github.com/zowe/zowe-common-c/issues/468

This PR depends upon the following PRs:

Type of change

Please delete options that are not relevant.

PR Checklist

Please delete options that are not relevant.

Gautham-coder commented 3 weeks ago

Sure Joe. Thanks