-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
option to drop post_action #290
Commits on Mar 30, 2017
-
[nginx] allow more timers and sockets
[nginx] increase number of running timers [nginx] increase default pool size for sockets
Configuration menu - View commit details
-
Copy full SHA for 94f07d5 - Browse repository at this point
Copy the full SHA 94f07d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e033f1 - Browse repository at this point
Copy the full SHA 4e033f1View commit details -
[management] /status/info endpoint
that returns information about timers
Configuration menu - View commit details
-
Copy full SHA for 9c1ce62 - Browse repository at this point
Copy the full SHA 9c1ce62View commit details -
[proxy] optionally drop synchronous post_action
doing synchronous call in the post_action will push the latency to the client on the same connection using timers we can make that fully asynchronous not being tied to the request phase at all setting APICAST_REPORTING_THREADS environment variable to a number greater than 0 will enable reporting in asynchronous timers instead of synchronous call the number defines a maximum number of parallel calls to backend per worker if there is new report coming but no connections is available APIcast will wait for up to 10 seconds before falling back to the synchronous call please note this is **experimental** feature
Configuration menu - View commit details
-
Copy full SHA for db6cec9 - Browse repository at this point
Copy the full SHA db6cec9View commit details -
[t] update certificate to have proper subject
so SSL validation will work $ openssl ecparam -genkey -name prime256v1 -out key.pem $ openssl req -new -sha256 -key key.pem -out csr.csr -subj '/CN=127.0.0.1' $ openssl req -x509 -sha256 -days 3650 -key key.pem -in csr.csr -out certificate.pem
Configuration menu - View commit details
-
Copy full SHA for 8f9d2a0 - Browse repository at this point
Copy the full SHA 8f9d2a0View commit details
Commits on May 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c36e7cb - Browse repository at this point
Copy the full SHA c36e7cbView commit details
Commits on Oct 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8506b07 - Browse repository at this point
Copy the full SHA 8506b07View commit details
Commits on Oct 6, 2017
-
wrap reading ngx.var in pcall rather than checking context
because tests run in the same context
Configuration menu - View commit details
-
Copy full SHA for 9ba44dd - Browse repository at this point
Copy the full SHA 9ba44ddView commit details
Commits on Oct 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bac00ab - Browse repository at this point
Copy the full SHA bac00abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 155acf2 - Browse repository at this point
Copy the full SHA 155acf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3405dff - Browse repository at this point
Copy the full SHA 3405dffView commit details