Skip to content

GuzzleHttp ClientInterface detection in RetryDecoratingClient#189

Description

@apple-x-co

馃摑 Overview

RetryDecoratingClient used class_exists('GuzzleHttp\ClientInterface') to detect whether the configured HTTP client implements Guzzle's ClientInterface. Since ClientInterface is a PHP interface rather than a class, class_exists() never matches it, so the Guzzle-specific send path was never taken.

#188

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions