Ticket #28 (closed defect: duplicate)
paste.script.flup_server.run_fcgi_* broken by stupid typo
| Reported by: | dairiki@… | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | paste | Version: | svn-trunk |
| Severity: | normal | Keywords: | flup typo |
| Cc: |
Description
In package PasteScript?, module paste.script.flup_server:
run_fcgi_thread (after correctly importing flup.server.fcgi) incorrectly calls flup.server.ajp.WSGIServer (should be flup.server.fcgi.WSGIServer).
run_fcgi_fork suffers from a similar problem.
Change History
Note: See
TracTickets for help on using
tickets.
