diff options
author | Omar Polo <op@omarpolo.com> | 2021-06-11 15:49:46 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-06-11 15:49:46 +0000 |
commit | c92b802b6a78a4281f66b02d935391086959dc4b (patch) | |
tree | 8901dc1d51c20d27173ee5a703f7aafc0c5df04d /ChangeLog | |
parent | f740b61b03c9e31f4915ee7d7444d64fc320b41c (diff) |
add `param' keyword
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2021-06-11 Omar Polo <op@omarpolo.com> + * parse.y (servopt): add `param' keyword + * fcgi.c (send_fcgi_req): send GATEWAY_INTERFACE, AUTH_TYPE, REMOTE_USER, TLS_CLIENT_ISSUER, TLS_CLIENT_HASH, TLS_VERSION, TLS_CIPHER, TLS_CIPHER_STRENGTH and TLS_CLIENT_NOT_BEFORE/AFTER. |