Hi, I was trying to debug a crash in trafficserver that happens when a server that only handles POST request goes down. I see that there is a large difference b/w the default value of timeout for GET and POST (and PUT) requests (in seconds).
CONFIG proxy.config.http.connect_attempts_timeout INT 30 CONFIG proxy.config.http.post_connect_attempts_timeout INT 1800 I couldn’t think of a reason why it should be that different. The crash and timeout issues might be completely different, but I just wanted to understand the rationale for keeping it this way. Regards, Nishant