bugfix: don't use string.format to concat binary string

This commit is contained in:
Cloud Wu
2014-07-25 21:10:11 +08:00
parent 19e6462376
commit a56b6aa425
3 changed files with 15 additions and 17 deletions

View File

@@ -3,6 +3,8 @@ local socket = require "socket"
local httpd = require "http.httpd"
local sockethelper = require "http.sockethelper"
local urllib = require "http.url"
local table = table
local string = string
local mode = ...