aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_script.h
Commit message (Collapse)AuthorAge
* Upstream: variables support in certificates.Maxim Dounin2021-05-06
|
* Added ngx_http_set_complex_value_size_slot().Ruslan Ermilov2019-04-24
| | | | | | | | | | If a complex value is expected to be of type size_t, and the compiled value is constant, the constant size_t value is remembered at compile time. The value is accessed through ngx_http_complex_value_size() which either returns the remembered constant or evaluates the expression and parses it as size_t.
* Stream: log module.Vladimir Homutov2016-09-05
|
* Stream: variables and script.Vladimir Homutov2016-07-04
This is a port of corresponding http code with unrelated features excluded.