php-nlp-client
php-nlp-client copied to clipboard
Fixed header interpretation related to HTTP version
Hi,
Thanks for looking into this issue.
Why is composer.json updated?
There are 100+ lines changed in NlpClient.php. Is it possible to create a PR with just the necessary updates? Is it just this one?
if (empty($result) || (isset($http_response_header) && !str_contains($http_response_header[0], '200 OK')))
If so, I can add a fix myself.
Cheers, Olav