Re: [squid-users] http get request with body

2018-03-18 Thread Yuri
What else goes into head. Hmmm.. May be timeout during long body downloading/uploading session. Anyway, require additional info to make advice. 19.03.2018 05:36, Yuri пишет: > > Hm, George. > > In what direction your request tresspasses Squid? > > Because of by default: > > #  T

Re: [squid-users] http get request with body

2018-03-18 Thread Yuri
Hm, George. In what direction your request tresspasses Squid? Because of by default: #  TAG: request_body_max_size    (bytes) #    This specifies the maximum size for an HTTP request body. #    In other words, the maximum size of a PUT/POST request. #    A user who attempts to send a request

[squid-users] http get request with body

2018-03-18 Thread George S
Hello folks. Need some help on this. I am not sure if it has been posted already a 100 times, so apologies for once more. Having said that. I am in the process of deploying of a rest api layer which exposes among other things a path that entails a get request but with a heavy json body. Seems li