bitz-server icon indicating copy to clipboard operation
bitz-server copied to clipboard

An ICAP server implementation in C++

Results 5 bitz-server issues
Sort by recently updated
recently updated
newest added

Hi, In Debian Sid we get a bug in the compiling with gcc-10. The build log is attached. The Debian Bug Report is https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957043 [bitz-server.build.log](https://github.com/uditha-atukorala/bitz-server/files/4987699/bitz-server.build.log) CU Jörg

Hello, on Debian build with only Python3 I get: py.cpp: In member function 'void bitz::Py::init_python()': py.cpp:102:8: error: 'Py_InitModule' was not declared in this scope Please can you check it? Thanks...

Hi, I'm trying to set up an ICAP preview option, but the requests always go to modify() method and never hit preview(). Squid configuration contains ``` icap_preview_enable on icap_preview_size 4096...

Hi, I'd like to configure bitz-server with squid proxy. squid should have callback for response method like in the following example : icap_service service_resp respmod_precache bypass=0 icap://192.168.50.1:1344/ Anybody knows what...

question

Hi, I've faced the following errors while compiling bitz-server against spdlog versions 1.2.1-1.3.1. ```main.cpp: In function ‘int main(int, char**)’: main.cpp:39:24: error: ‘stdout_color_st’ is not a member of ‘spdlog’ auto logger...