Eugene Paniot

Results 10 issues of Eugene Paniot

This patch add following changes: 1. Backport changes from lyokha/nginx-upsync-module repository: 1.1 Add consul_services_max_fails and consul_services_fail_timeout directive to control max_fails and fail_timeout values for backends 1.2 Add fallback_peer directive. It...

Checklist: * [ ] I've included steps to reproduce the bug. * [ ] I've included the version of argo rollouts. **Describe the bug** We seem to have faced the...

bug

1. Transitioned to using https://github.com/valyala/fasthttp/ for the HTTP client; 2. Transitioned to using github.com/valyala/fastjson/ for fast json parsing; 3. Add custom Connection Diler to count TCP metrics (connections, bytes); 4....

# cpulimit got segmentation fault on fgets call. ``` %----backtrace # Backtrace [New Thread 1321] [Thread debugging using libthread_db enabled] Core was generated by `/usr/bin/cpulimit -e gzip -l 50'. Program...

* [x] This is a bug report * [ ] This is a feature request * [ ] I searched existing issues before opening this one ### Expected behavior The...

This commit proposes the removal of a redundant URI path segment check within the `parse_request` function. Currently, the code contains a loop that iterates over each path segment in the...

Add trailing_slash http route option. `trailing_slash` defines the trailing slash behavior for the route and as a result **req:stash** behaviour . The initial value is **true**. 1. When **false**, if...

https://github.com/tarantool/http/blob/da78c018a620f88b930f5f1aa0f14fbc39745ccc/http/server.lua#L717-L720 Static_file dir should a part of route. ``` httpd:route( {path = "/*slug", public = true, name = "default"}, http_middleware.v1(handle_get_default, http_collector) ) ``` Currently it is not possible to have...

feature