Uprcl: wsgi server: replace Paste with Waitress.

Paste is unmaintained and has at least one python3 issue: in httpserver.py
at line 309, replace self.wsgi_write_chunk('') with self.wsgi_write_chunk(b'')

Jean-Francois Dockes Jean-Francois Dockes 2018-10-03

changed debian/control
changed src/mediaserver/cdplugins/uprcl/uprclhttp.py
debian/control Diff Switch to side-by-side view
Loading...
src/mediaserver/cdplugins/uprcl/uprclhttp.py Diff Switch to side-by-side view
Loading...