Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function parseRequest($headers, $data) without return #72

Open
danndaghost opened this issue Jun 10, 2021 · 0 comments
Open

Function parseRequest($headers, $data) without return #72

danndaghost opened this issue Jun 10, 2021 · 0 comments

Comments

@danndaghost
Copy link

When you get requestSOAP, that return NULL value.

On "function parse_request", remove the headers at line 4058 $this->parseRequest($this->headers, $data); but the function parseRequest haven't return sentence.

To solve it, i add "return $data;" at line 4491

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

No branches or pull requests

1 participant