Peter Dunkley writes:
Try the buf_size modparam for xcap_server.
thanks again. with these kind of params, i was able to put a 64 KB
icon to xcap server:
sql_buffer_size=262144 # (131071 was not enough)
tcp_rd_buf_size=131071
modparam("xcap_server", "buf_size", 131071)
perhaps defaults should be adjusted so that this kind of thing would
work out of the box?
-- juha