webmcp

annotate framework/env/slot/__init.lua @ 412:7d43be9afa56

Improved memory cleanup in case of out-of-memory errors (PQnotifies and PQunescapeBytea)
author jbe
date Fri Jan 08 03:10:33 2016 +0100 (2016-01-08)
parents a88662f795e0
children 93ebbc1e5dbc
rev   line source
jbe@262 1 request.for_each(function()
jbe@260 2
jbe@262 3 slot._active_slot = "default"
jbe@262 4
jbe@262 5 slot._current_layout = "default"
jbe@262 6 slot._content_type = nil
jbe@260 7
jbe@260 8 slot._data = nil
jbe@260 9 slot.reset_all()
jbe@260 10
jbe@265 11 end)

Impressum / About Us