Aapo Talvensaari
Aapo Talvensaari
### Summary Reduces table creation and table resizes on balancer by utilizing a tablepool.
### Summary #### 0.4.0 * add encode_default_values * add encode_order * add oneof name field for which field is decoded * check stack before push default values * refactor the...
### Summary Originally the `reconfigure` event was `atomic` and it was not yielding. But this caused huge spikes in latencies when new configurations where applied. We started to add yielding...
Add support for proxy protocol (for testing and proxying purposes): http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt See Also: http://nginx.org/en/docs/http/ngx_http_core_module.html#listen http://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_header
I get this on "Minifying any unconcatenated css files..." ``` java.io.FileNotFoundException: /site/publish/html/css/outside/outside.css ``` It looks like `css`-directory is not yet created on publish at this point. I'm still trying to...
If I understand correctly, this ANT Build task does js-minification in this order: 1. minifies every js file 2. concatenates minified js files This is really problematic if you want...
This: ``` ipmatcher.new({"0.0.0.0/asdfsdf", "0.0.0.0/-1", "0.0.0.0/343546w3462343" }) ``` return a table, while this returns `nil, "invalid ip address: blaa0.0.0.0"`: ``` ipmatcher.new({"blaa0.0.0.0/asdfsdf", "0.0.0.0/-1", "0.0.0.0/343546w3462343" }) ``` Perhaps the first should also return...
### Summary Allow several `kong.conf` values to be stored in vaults or environment variables: - `ssl_cert` - `ssl_cert_key` - `admin_ssl_cert` - `admin_ssl_cert_key` - `status_ssl_cert` - `status_ssl_cert_key` - `cluster_cert` - `cluster_cert_key`...
### Summary Data plane's connection to control plane is moved to a privileged worker process, including: - maintaining websocket (wrpc) connection and data transfer - decompression of received data -...