https://bz.apache.org/bugzilla/show_bug.cgi?id=63015

--- Comment #6 from Philippe Mouawad <[email protected]> ---
So issue is on JMeter side as per Oleg help.

To run a real proxy using Docker and squid:
https://github.com/apache/httpcomponents-client/blob/master/httpclient5-testing/docker/BUILDING.txt


git clone httpclient repository
then go to httpcomponents-client/httpclient5-testing/docker

---
cd apache-httpd
sudo docker build -t httpclient-tests-httpd .
sudo docker run --name my-httpclient-tests-httpd -p 0.0.0.0:8080:8080 -p
0.0.0.0:8443:8443 -d httpclient-tests-httpd:latest
---

= Squid 3.3 container

Remark: omit sudo command if executing as root
---
cd squid
sudo docker build -t httpclient-tests-squid .
sudo docker run --name my-httpclient-tests-squid --link
my-httpclient-tests-httpd:test-httpd -p 0.0.0.0:8888:8888 -p 0.0.0.0:8889:8889
-d httpclient-tests-squid:latest
---



Indeed it works.

I think the fix is probably to disable KeepAlive when we sample the created
request from Proxy.

Thoughts ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to