sapling/mercurial/hgweb
Mads Kiilerich c627f511ce serve: fix https mode and add test
The https mode failed in super because BaseRequestHandler is an old-style
class.

This introduces the first test of https client/server functionality - and
"hghave ssl". The test is currently only run on Python 2.6.
2010-10-17 04:13:35 +02:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py hgweb: support very simple caching model (issue1845) 2010-09-08 15:23:48 +02:00
hgweb_mod.py hgweb: don't send a body or illegal headers during 304 response 2010-10-16 17:29:04 -05:00
hgwebdir_mod.py hgweb: another fix for the help termwidth bug 2010-10-10 17:35:28 -05:00
protocol.py wireproto/http: drain the incoming bundle in case of errors 2010-10-11 12:47:11 -05:00
request.py hgweb: don't send a body or illegal headers during 304 response 2010-10-16 17:29:04 -05:00
server.py serve: fix https mode and add test 2010-10-17 04:13:35 +02:00
webcommands.py hgweb: another fix for the help termwidth bug 2010-10-10 17:35:28 -05:00
webutil.py hgweb: fix hgweb_mod as well as hgwebdir_mod 2010-10-10 10:42:44 -05:00
wsgicgi.py wsgicgi: call close() on iterable to avoid resource leaks 2010-03-22 15:16:27 +01:00