Actions
Bug #1273
closedLua - http.request_line not working
Affected Versions:
Effort:
Difficulty:
Label:
Description
When specifying in the init function of a Lua script:
needs["http.request_line"] = tostring(true)
The match function is never invoked. When using one of the other HTTP buffers(ex: http.request_headers) I do see the match function being invoked. There are no errors, but nothing happens either.
Appears to be an issue in the dev lua branch, 2.0.1, and 1.4.6
Updated by Victor Julien about 10 years ago
- Status changed from New to Assigned
- Assignee set to Victor Julien
- Target version set to 2.0.4
Updated by Victor Julien about 10 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Actions