Pass service param to use on force encoding.#205
Pass service param to use on force encoding.#205Akayeshmantha wants to merge 1 commit intozowe:v1.x/stagingfrom
Conversation
Signed-off-by: Akayeshmantha <akayeshmantha@apache.org>
|
@Akayeshmantha can you clarify the end goal of the change? That is, what are you trying to achieve? |
ifakhrutdinov
left a comment
There was a problem hiding this comment.
Please clarify the intent.
|
@ifakhrutdinov for the changes done in here zowe/zowe-common-c#160 in commons. We need to pass the service object from zss in order to capture the request params. |
|
The only place where the service parm is used in if ((NULL != service) &&
(NULL != service->customHeadersFunction))
{
service->customHeadersFunction(service, response);
}Can you point me to the place where you wanted to use it? |
|
This needs a real description. Even if I know what it is right now, others don't and it's likely that a year from now if I need to review history, I won't remember. |
Pass the service object to refer in common-c method