Skip to content

Conversation

GrahamCampbell
Copy link
Contributor

@GrahamCampbell GrahamCampbell commented Jun 30, 2020

Q A
Bug fix? yes
New feature? yes
BC breaks? no
Deprecations? no
License MIT

What's in this PR?

Http\Discovery\MessageFactoryDiscovery is deprecated, so there is no way to discover a Http\Message\RequestFactory instance using non-deprecated APIs. Http\Client\Common\HttpMethodsClient should therefore except a PSR17 request factory Psr\Http\Message\RequestFactoryInterface as well as a Http\Message\RequestFactory.

@GrahamCampbell
Copy link
Contributor Author

The CI failings are not related to my PR, and can be fixed separately.

Copy link
Contributor

@dbu dbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! some minor cleanup, otherwise looks good.

i fixed the cs failure in master, if you could rebase the build should become green.

@GrahamCampbell
Copy link
Contributor Author

So it turns out this doesn't work quite how we expected! #202 should fix this.

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

Successfully merging this pull request may close these issues.

2 participants