bkannadassan

Results 8 issues of bkannadassan

Hi Leonid, Do you plan to support HTTP2.0 ?. rgds Balaji Kamal Kannadassan

Enhancement
Question

**Is your feature request related to a problem? Please describe.** In case of udp packet we want to take a certain data offset and use that to hash for upstream....

proposal

const char* getIp(void) { return "192.168.1.1"; } above should be const char* getIp(const el::LogMessage *l) { return "192.168.1.1"; }

``` @type forward port 24224 bind 0.0.0.0 @type copy @type file path /var/log/pcslogs flush_interval 5s timekey 1d timekey_use_utc true timekey_wait 10m @type rewrite_tag_filter key container_name pattern /.+/ tag pcs @type...

Hi All, With below configuration we see a gradual buildup of memory.. ``` proxy_requests 10; proxy_responses 1; ``` When we change it to ``` proxy_requests 1; proxy_responses 1; ``` Memory...

Hi All, I am trying to build NGINX docker image from http://nginx.org/download/ source code. But when I did go through the makefile I see the same using https://hg.nginx.org/pkg-oss/. When exploring...

Hi, I am planning to write a pam authentication and found your example. When I tried the same it isn;t working. Can you let me know if I am missing...

``` Installed /usr/local/lib/python2.7/dist-packages/easyovs-0.5-py2.7.egg Processing dependencies for easyovs==0.5 Searching for setuptools>=3.6 Reading https://pypi.python.org/simple/setuptools/ Best match: setuptools 49.2.1 Downloading https://files.pythonhosted.org/packages/4f/20/b97449e107801263cf6df2eceaeed290ee63262ac2c6f736df6964a90879/setuptools-49.2.1.zip#sha256=88094d17c8d273390659a72e9d93374cd7bfd188c12bf2747b306e2bed48df18 Processing setuptools-49.2.1.zip Writing /tmp/easy_install-mhkLTW/setuptools-49.2.1/setup.cfg Running setuptools-49.2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-mhkLTW/setuptools-49.2.1/egg-dist-tmp-teJnWh warning: no...