Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 4670:1b81b7269858
mod_http_oauth2: Gracefully handle cache write failure
Would previously have thrown an error and probably returned a traceback.
This would only happen if a *lot* of authorization codes were requested
in a short interval.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 02 Sep 2021 23:06:58 +0200 |
| parents | b21236b6b8d8 |
| children |
line wrap: on
line source
<html> <head> <title>Index of {path}</title> <meta charset="utf-8"/> <style>{style}</style> </head> <body> <h1>Index of {path}</h1> {filelist} <footer>{footer}</footer> </body> </html>
