Hello All.

I have a question about the size of ICAP request chunks. What is it and is there a way to make it configurable?

I've made an investigation here and looks like Squid 3.5.9 separates the ICAP payload on little chunks with the size of 27 bytes.
Like:
27
2345678912345
012345678912345
012345678

27
912345
012345678912345
012345678912345

27

012345678912345
012345678912345

My ICAP configuration part is:

/icap_service service_req reqmod_precache icap://192.168.0.121:1344/reqmod bypass=on//
//icap_enable on//
//icap_preview_enable off//
//icap_send_client_ip on//
//icap_send_client_username on//
//icap_client_username_header X-Authenticated-User//
//icap_io_timeout 30 seconds//
//icap_service_revival_delay 30//
//adaptation_service_set ICAPSRV service_req//
//adaptation_access ICAPSRV allow all/


Thank you for any your help.
_________________
Best Regards
Vadim Rogoziansky




---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to