You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to implement network file scanner on top of icap server, that will get it's responses from squid proxy.
So far I used python icap implementation, and I've decided to check c-icap for achieving better performance.
For a start, my implementation need to get callback on RESPMOD, read the file in stream and than instantly write it back to the squid server. What should. be the best way to achieve this goal ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to implement network file scanner on top of icap server, that will get it's responses from squid proxy.
So far I used python icap implementation, and I've decided to check c-icap for achieving better performance.
For a start, my implementation need to get callback on RESPMOD, read the file in stream and than instantly write it back to the squid server. What should. be the best way to achieve this goal ?
Thanks
The text was updated successfully, but these errors were encountered: