Skip to content

May be a bug in handler.lua  #133

@lingbl

Description

@lingbl

code in handler.lua:

if self.callback then
response:statusCode(200)
response.headers = {} -- response._headers = {} ???????????????????????????
response:addHeader('Content-Type', 'text/html')

self.callback(request, response)

end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions