Django

Code

Ticket #8895 (closed: fixed)

Opened 2 years ago

Last modified 1 year ago

flup fastcgi debug setting should be optional

Reported by: paulegan Assigned to: nobody
Milestone: 1.1 Component: Core framework
Version: 1.0 Keywords: fastcgi
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

In r4170 the flup/wsgi debug was explicitly set to False. Sometimes however (e.g. when developing a middleware module) it is handy to display such uncaught exceptions. The attached patch exposes the debug setting to the user.

(Also see #2322).

Attachments

fastcgi.patch (1.0 kB) - added by paulegan on 09/05/08 07:31:26.
Patch to fastcgi.py to expose the flup debug setting

Change History

09/05/08 07:31:26 changed by paulegan

  • attachment fastcgi.patch added.

Patch to fastcgi.py to expose the flup debug setting

02/25/09 16:29:08 changed by jacob

  • needs_better_patch changed.
  • needs_docs changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • milestone set to 1.1.

04/01/09 16:37:36 changed by jacob

  • status changed from new to closed.
  • resolution set to fixed.

(In [10345]) Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan.


Add/Change #8895 (flup fastcgi debug setting should be optional)




Change Properties
Action