Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Fix erroneous upload handling #23

Merged
merged 3 commits into from
Dec 18, 2017
Merged

Fix erroneous upload handling #23

merged 3 commits into from
Dec 18, 2017

Conversation

Pittiplatsch
Copy link

Second try, now with unit test, and target "develop": Fix #21.

@samsonasik
Copy link
Contributor

Could you rebase so only your commits shows in this PR, you can do with the following steps:

  1. Ensure the upstream/origin set
git remote add upstream https://github.com/zendframework/zend-psr7bridge.git
git remote add origin https://github.com/Pittiplatsch/zend-psr7bridge 
  1. Process rebase
git checkout develop && git pull upstream develop
git checkout fix_erroneous_upload_handling && git rebase develop
git push --force origin fix_erroneous_upload_handling

@Pittiplatsch
Copy link
Author

Done.
Thx for detailed instructions 👍

@ezimuel ezimuel self-assigned this Dec 4, 2017
@ezimuel ezimuel merged commit 903b8a5 into zendframework:develop Dec 18, 2017
@ezimuel
Copy link
Contributor

ezimuel commented Dec 18, 2017

@Pittiplatsch thanks for your contribution!

@Pittiplatsch Pittiplatsch deleted the fix_erroneous_upload_handling branch December 18, 2017 14:33
@Pittiplatsch
Copy link
Author

You're welcome :-)

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

Successfully merging this pull request may close these issues.

None yet

3 participants