Make improvements to redbean (#373)

* Allow ProgramUniprocess to be set on Windows
* Add closing p tag to Maxmind example
* Enable using symlinked directories with redbean -A flag
* Rename gc in redbean for consistency
* Improve StoreFile by adding checks and skipping ./ in stored path
* Add freeing memory in redbean LuaEncodeUrl

Ref #366
This commit is contained in:
Paul Kulchenko 2022-03-21 03:20:09 -07:00 committed by GitHub
parent 0cb6b6ff4b
commit d5ff2c3fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 12 deletions

View file

@ -297,14 +297,14 @@ local function main()
if geo then
Dump(geo)
else
Write('<p>Not found\n')
Write('<p>Not found</p>\n')
end
Write('<h3>Maxmind ASN DB</h3>')
if asn then
Dump(asn)
else
Write('<p>Not found\n')
Write('<p>Not found</p>\n')
end
end