Problem/Motivation

When an exception occurs, the response is not sent to the client due to the 'transfer-encoding' header. The module suggests removing the header in postprocessOutgoing but that function is not called when an exception occurs.

Proposed resolution

Call postprocessOutgoing with the exception response

Issue fork api_proxy-3542668

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

wahaj-47 created an issue. See original summary.

wahaj-47’s picture

Assigned: Unassigned » wahaj-47

wahaj-47’s picture

wahaj-47’s picture

wahaj-47’s picture

wahaj-47’s picture

Fixed compatibility issues with drupal 11