Forum Discussion
hooleylist
Aug 03, 2011Cirrostratus
Hi Scott,
As boomchke pointed out it is possible to retry requests based on the response code. The overhead of saving every request's headers might not be horrible. But I'd be concerned with trying to do this for POST requests also. You will need to manually collect the payload for all POSTs. Another issue is that you cannot currently collect more than 4Mb of data. So you should check the Content-Length header to make sure it's less than 4Mb before trying to buffer the request data:
sol6578: TMM will crash if an iRule collects more than 4 megabytes of data
http://support.f5.com/kb/en-us/solutions/public/6000/500/sol6578.html
Aaron