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

Do not mark response as complete in FinalHandler #54

Merged
merged 2 commits into from
Mar 24, 2016

Commits on Mar 24, 2016

  1. Do not mark response as complete in FinalHandler

    As reported in zendframework#53, because utilities such as the `SapiEmitter` need to update
    the response prior to sending it, marking the response as complete has an
    adverse impact since the release of 1.2.0, as this will now cause an exception.
    
    This patch fixes that situation by using the `write()` method in favor of
    `end()` within the `FinalHandler::completeResponse()` method.
    weierophinney committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    86bcaba View commit details
    Browse the repository at this point in the history
  2. PHP 5.4 support in tests

    *sigh*
    weierophinney committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    60493e2 View commit details
    Browse the repository at this point in the history