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: make_request - prevents an error during response parsing if the response body is empty. #24613

Merged
merged 5 commits into from
Feb 10, 2024

Commits on Jan 30, 2024

  1. Update utils.py

    Sometimes the returned response body is empty. This change prevents the error during frappe response parsing. For example DELETE request returns no content.
    tonspar committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    edbfb69 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    676025a View commit details
    Browse the repository at this point in the history
  2. Revert "Update utils.py"

    This reverts commit edbfb69.
    ankush committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    61a23cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4695d2 View commit details
    Browse the repository at this point in the history