Edgewall Software

Changes between Version 18 and Version 24 of Ticket #13038


Ignore:
Timestamp:
Apr 25, 2020, 8:29:02 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13038

    • Property Status assignedclosed
    • Property Summary MemoryError:Frequent MemoryErrors in log file
    • Property Resolutionfixed
  • Ticket #13038 – Release Notes

    v18 v24  
    1 * Improved error reporting.
    2 * Error is not sent when the response has already started.
    3 * `[trac]` `use_chunked_encoding` is enabled by default and the error page is never sent as iterable content.
     1* Improved robustness of error reporting, fixing some cases in which the error reporting screen would fail to be rendered.
     2* [[TracIni#trac-use_chunked_encoding-option|"[trac] use_chunked_encoding"]] is enabled by default for improved page rendering performance.
  • Ticket #13038 – Internal Changes

    v18 v24  
     1* Error is not sent when the response has already started.
     2* The error page is never sent as iterable content even when `[trac]` `use_chunked_encoding` is enabled.