Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
aryelgois committed Jul 18, 2018
2 parents ee5a9d9 + 420d1bd commit 5d755f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [0.3.3] - 2018-07-18

### Fixed
- Sometimes `ob_flush()` complains that there is no buffer


## [0.3.2] - 2018-05-31

### Security
Expand Down Expand Up @@ -108,7 +114,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Namespace to `aryelgois\MedoolsRouter`


[Unreleased]: https://github.com/aryelgois/medools-router/compare/v0.3.2...develop
[Unreleased]: https://github.com/aryelgois/medools-router/compare/v0.3.3...develop
[0.3.3]: https://github.com/aryelgois/medools-router/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/aryelgois/medools-router/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/aryelgois/medools-router/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/aryelgois/medools-router/compare/v0.2.1...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ protected function externalHandler(Resource $resource)
ob_end_clean();
} else {
$handler($resource);
ob_flush();
flush();
}
return true;
}
Expand Down

0 comments on commit 5d755f5

Please sign in to comment.