Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to check that response has not been already sent in phalcon/mvc/micro.zep #12668

Closed
wants to merge 9 commits into from

Commits on Mar 1, 2017

  1. FIX Response Already Sent Error

    It is not possible to return a string value from a mapped function for an HTTP Method, and then catch that returned value by using Micro::getReturnedValue() method inside handler on Micro::after($handler), its overriding my response.
    Fabsolute committed Mar 1, 2017
    Copy the full SHA
    74eee75 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Update CHANGELOG.md

    Fabsolute committed Mar 3, 2017
    Copy the full SHA
    cf02235 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Copy the full SHA
    fd827d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Test for Already Sent Error

    Fabsolute committed Mar 10, 2017
    Copy the full SHA
    fa2bc1f View commit details
    Browse the repository at this point in the history
  2. FIX PSR

    Fabsolute committed Mar 10, 2017
    Copy the full SHA
    1a22e10 View commit details
    Browse the repository at this point in the history
  3. ADD Expect to Test

    Fabsolute committed Mar 10, 2017
    Copy the full SHA
    aeac58e View commit details
    Browse the repository at this point in the history
  4. Update MicroTest.php

    Fabsolute committed Mar 10, 2017
    Copy the full SHA
    9d1cb2c View commit details
    Browse the repository at this point in the history
  5. Update MicroTest.php

    Fabsolute committed Mar 10, 2017
    Copy the full SHA
    8d09df7 View commit details
    Browse the repository at this point in the history
  6. Update MicroTest.php

    Fabsolute committed Mar 10, 2017
    Copy the full SHA
    5d2f9cd View commit details
    Browse the repository at this point in the history