Show More
@@ -410,7 +410,6 b' class hgwebdir:' | |||
|
410 | 410 | gc.collect(generation=1) |
|
411 | 411 | |
|
412 | 412 | def _runwsgi(self, req, res): |
|
413 | try: | |
|
414 | 413 |
|
|
415 | 414 | |
|
416 | 415 |
|
@@ -419,6 +418,7 b' class hgwebdir:' | |||
|
419 | 418 | |
|
420 | 419 |
|
|
421 | 420 |
|
|
421 | try: | |
|
422 | 422 | ctype = tmpl.render(b'mimetype', {b'encoding': encoding.encoding}) |
|
423 | 423 | |
|
424 | 424 | # Global defaults. These can be overridden by any handler. |
General Comments 0
You need to be logged in to leave comments.
Login now