pyicap icon indicating copy to clipboard operation
pyicap copied to clipboard

A lightweight python framework for writing ICAP services

Results 13 pyicap issues
Sort by recently updated
recently updated
newest added

Implemented the suggestion from https://github.com/netom/pyicap/issues/43

handle_one_request fails with error: ``` Exception occurred during processing of request from ('192.168.100.14', 50518) Traceback (most recent call last): File "/usr/lib/python3.10/socketserver.py", line 683, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python3.10/socketserver.py", line...

format does not work well with bytes. using simple concatenation seems to fix issue with icap headers.

I experienced various issues due to missing space, caused by an offending commit #88f6dda00e4e49faa346db2e279b0cc8b05360d3. https://github.com/netom/pyicap/commit/88f6dda00e4e49faa346db2e279b0cc8b05360d3.

Having example code that runs on Python 3 is useful!

I'm trying `respmod_copy.py` and getting this: ``` 127.0.0.1 - - [12/Mar/2018 17:47:42] "RESPMOD icap://127.0.0.1:13440/example ICAP/1.0" 200 - ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 52708) Traceback (most recent...

Hi, do you think would it be possible to strip a stream of ICAP encapsulation and convert it to HTTP using this software? How difficult would it be to modify...

Hello, I am trying to integrate the reqmod_location.py script with a squid through sl_bump mode. When I am using HTTP request it works, but when I try HTTPS request I...

setup a squid+pyicap server using respmod_copy.py from the examples directory on an ftp or http server, prepare two files `head -c 65535 < /dev/urandom > file-65535.txt` `head -c 65536 <...