Skip to content

Conversation

@fbourigault
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets n/a
Documentation n/a
License MIT

As I explained on Slack, before this fix, the request was collected before the decorated plugin execution and so, changes to the request made by the plugin were displayed in the next plugin in the chain.

Now the request is collected after the plugin execution and so, the plugin changes are displayed within the right plugin block.

Before:
before

After:
after

Copy link
Member

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

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

Good. I like this.

Thank you

@fbourigault fbourigault merged commit ff80f90 into php-http:master May 16, 2017
@fbourigault
Copy link
Contributor Author

Thanks for the review.

@fbourigault fbourigault deleted the fix-collect-request branch May 16, 2017 06:48
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.

3 participants