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

Fix issues caused by newline before <?php section #734

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 1, 2023

  1. pts-core: Add log entry in pts-client if server respond is incorrect

    Add a log entry if server respond is incorrect (Doesn't start with '[' or '{'
    Previously, it was silently ignored causing longer troubleshooting.
    gmaksimov committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    b0ca5bb View commit details
    Browse the repository at this point in the history
  2. phodevi: Remove newline causing incorrect response

    This newline was getting added before '[' or '{' in the server response causing issues on the client (request was ignored because it's incorrect)
    gmaksimov committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    7f7f5f6 View commit details
    Browse the repository at this point in the history