As I was reading the Nginx source code. I often came across variable names ending with _t (for example: ngx_http_request_t
) and _s (ngx_http_request_s
). Can anyone explain what t and s means?
As I was reading the Nginx source code. I often came across variable names ending with _t (for example: ngx_http_request_t
) and _s (ngx_http_request_s
). Can anyone explain what t and s means?