File: version-4.5.15.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (15 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
==============
Version 4.5.15
==============

Version 4.5.15 of mod_wsgi can be obtained from:

  https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.15

Bugs Fixed
----------

* Incorrect version for mod_wsgi was being reported in server token.

* On 32 bit platforms, when reading from request content, all input would
  be returned and the chunk size would be ignored.