Version 1.5.10 which is packaged by debian doesn't have this problem.
I just downloaded c_icap-0.6.3.tar.gz, and do the following steps to build it:
./configure
make
sudo make install
sudo ldconfig
Then start c-icap with
c-icap -f /var/log/c-icap/server.log
Then start g3proxy with config g3proxy.yaml.
Then run a test script
python3 g3proxy/ci/python3+curl/test_httpbin.py -x http://127.0.0.1:8080 -T https://httpbin.org --ca-cert scripts/coverage/g3proxy/rootCA.pem
All tests passed but found one take a very long time for wait the ICAP response. Here is the screenshot:

Here is the full captured file the test:
c-icap-0.6.3-http1.zip
Tcp stream 13 and 16 both contains a long time case.
Does anyone know what's the problem is?
Version 1.5.10 which is packaged by debian doesn't have this problem.
I just downloaded c_icap-0.6.3.tar.gz, and do the following steps to build it:
Then start c-icap with
Then start g3proxy with config g3proxy.yaml.
Then run a test script
All tests passed but found one take a very long time for wait the ICAP response. Here is the screenshot:

Here is the full captured file the test:
c-icap-0.6.3-http1.zip
Tcp stream 13 and 16 both contains a long time case.
Does anyone know what's the problem is?