File: version-1.4.rst

package info (click to toggle)
mod-wsgi 4.7.1-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,304 kB
  • sloc: ansic: 14,844; python: 3,636; makefile: 216; sh: 104
file content (29 lines) | stat: -rw-r--r-- 898 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
===========
Version 1.4
===========

Version 1.4 of mod_wsgi can be obtained from:

  http://modwsgi.googlecode.com/files/mod_wsgi-1.4.tar.gz

Bug Fixes
---------

1. A negative value for content length in response wasn't being rejected.
Where invalid header was being returned in response original response
status was being returned instead of a 500 error.

2. Fix bug which was resulting in logging destined for !VirtualHost !ErrorLog
going missing or ending up in main Apache error log.

  http://code.google.com/p/modwsgi/issues/detail?id=79

Features Added
--------------

1. Optimise sending of WSGI environment across to daemon process by
reducing number of writes to socket. For daemon mode and a simple hello
world application this improves base performance by 40% moving it
significantly closer to performance of embedded mode.

This is a backport of change from version 2.0 of mod_wsgi.