Activity
Deleted branch
fix: set lowcase_key and next fields on adding new http header to hea…
fix: set lowcase_key and next fields on adding new http header to hea…
rustc 1.82.0
rustc 1.82.0
feat: adding request uri set_path method
feat: adding request uri set_path method
fix: don't call ngx_event_del_timer if nginx is exiting
fix: don't call ngx_event_del_timer if nginx is exiting
fix: moved reconnect timeout to Disconnect state
fix: moved reconnect timeout to Disconnect state
on Jul 3, 2024
fix: setting variable reconnect timeout
fix: setting variable reconnect timeout
Fix for trying to connect Unix socket on nginx close
Fix for trying to connect Unix socket on nginx close
Force push
Fix for trying to connect Unix socket on nginx close
Fix for trying to connect Unix socket on nginx close
Add http phase handler for any phase.
Add http phase handler for any phase.
Added HeadersOut and functions to add, set and remove headers.
Added HeadersOut and functions to add, set and remove headers.
Fixed an issue in Timer cleanup
Fixed an issue in Timer cleanup
UnixSocket: add a stop() function
UnixSocket: add a stop() function
Unix socket: fix example compilation
Unix socket: fix example compilation
Update example to nginx 1.25.3
Update example to nginx 1.25.3
Unix Sockets - allow the after handshake handler to return data to be…
Unix Sockets - allow the after handshake handler to return data to be…