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

make sure HEAD requests do not return a body #2576

Merged
merged 6 commits into from Feb 8, 2019

Commits on Feb 6, 2019

  1. make sure HEAD requests do not return a body

    Patrick Rodacker committed Feb 6, 2019
    Copy the full SHA
    27b2ef5 View commit details
    Browse the repository at this point in the history
  2. fixes function call

    Patrick Rodacker committed Feb 6, 2019
    Copy the full SHA
    e98b310 View commit details
    Browse the repository at this point in the history
  3. remove unused code from debugging

    Patrick Rodacker committed Feb 6, 2019
    Copy the full SHA
    945da95 View commit details
    Browse the repository at this point in the history
  4. refactor check if request is a HEAD request into own method and add r…

    …elated test
    Patrick Rodacker committed Feb 6, 2019
    Copy the full SHA
    f714adc View commit details
    Browse the repository at this point in the history
  5. clear response body in App::finalize method and adds test for run met…

    …hod with GET/HEAD request in normal and silent mode
    Patrick Rodacker committed Feb 6, 2019
    Copy the full SHA
    f2e9a5d View commit details
    Browse the repository at this point in the history
  6. remove unused use statements and revert phpdoc comment for App::isEmp…

    …tyResponse method to original comment
    Patrick Rodacker committed Feb 6, 2019
    Copy the full SHA
    25470cb View commit details
    Browse the repository at this point in the history