comparison src/luan/modules/http/Implementation.luan @ 1166:7ef40e1923b7

add back Thread.global allow metatables to have metatables
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 08 Feb 2018 02:22:51 -0700
parents 1f9d34a6f308
children
comparison
equal deleted inserted replaced
1165:668f29bc52ea 1166:7ef40e1923b7
1 return { 1 return {
2 -- luan = "luan:http/jetty/" 2 luan = "luan:http/jetty/"
3 luan = "luan:http/impl/" 3 -- luan = "luan:http/impl/"
4 } 4 }