Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Fixed pass headers in Invoke with taskBlock #266

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

stefanrenne
Copy link

When using the

+ (void)invoke:(nonnull MASRequest *)request taskBlock:(nullable MASDataTaskBlock)taskBlock completion:(nullable MASResponseObjectErrorBlock)completion;

function passed headers not send, while they are used in the other invoke function:

+ (void)invoke:(nonnull MASRequest *)request completion:(nullable MASResponseObjectErrorBlock)completion;

This PR solves that problem.

@stefanrenne stefanrenne changed the base branch from Stable to develop December 18, 2020 15:15
@stefanrenne
Copy link
Author

Please review @ysd24

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant