how is that done?dunc said:I have seen problems with the default header size in squid causing it to reject packets if the header is too big. Try increasing from the default (which I think is 20kb ish) to 25kb and see if that works.
Dunc
how is that done?dunc said:I have seen problems with the default header size in squid causing it to reject packets if the header is too big. Try increasing from the default (which I think is 20kb ish) to 25kb and see if that works.
Dunc
Assuming you are using the linux version it is in the squid.conf @Admiral Huddy said:how is that done?
# TAG: request_header_max_size (KB)
# This specifies the maximum size for HTTP headers in a request.
# Request headers are usually relatively small (about 512 bytes).
# Placing a limit on the request header size will catch certain
# bugs (for example with persistent connections) and possibly
# buffer-overflow or denial-of-service attacks.
#
#Default:
# request_header_max_size 20 KB
request_header_max_size 25 KB
Apparently Windows uses the same config fileAdmiral Huddy said:Unfortunately it's not Linux.