Skip to content

Conversation

tolgaulas
Copy link

@tolgaulas tolgaulas commented Oct 20, 2021

Fixes #21

@dbu
Copy link
Contributor

dbu commented Oct 20, 2021

hi, thanks for the input.
adding a method to an interface is a BC break, as classes that do not implement cancel (or implement it with a different signature) will suddenly break (thats also why the tests now fail).

@Nyholm @sagikazarmark what do you think about this? should the php-http promise get a new major version with a cancel method?

@Nyholm
Copy link
Member

Nyholm commented Dec 19, 2021

The diff is currently empty.

@dbu dbu closed this Oct 24, 2023
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.

cancel function is missing on promises.
3 participants