File: version-4.6.8.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 (21 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=============
Version 4.6.8
=============

Version 4.6.8 of mod_wsgi can be obtained from:

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

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

* When the queue timeout was triggered for requests sent to daemon mode
  processes, the error response wasn't being flushed out correctly resulting
  in the connection still being held up to the time of the socket timeout.

New Features
------------

* Add ``--enable-sendfile`` option to ``mod_wsgi-express``. Should only be
  used where the operating system kernel supports ``sendfile()`` for the
  file system type where files are hosted.