Mercurial Hosting > luan
view host/admin/src/init.luan @ 2010:f45ed55f5c11 default tip
fix chunked encoding
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 02 Sep 2025 06:00:41 -0600 |
parents | 301a6561fb6b |
children |
line wrap: on
line source
local Http = require "luan:http/Http.luan" local Hosted = require "luan:host/Hosted.luan" Hosted.set_https and Hosted.set_https(true) require "site:/private/lib/monitor.luan" Http.dont_gc and Http.dont_gc() return true