fre 2012-08-31 klockan 21:44 +0300 skrev Tsantilas Christos: > So looks that a good solution should be (similar to) the solution > proposed by Henrik...
100 Continue aviods the race entirely on requests with bodies, leaving only bodyless requests in the "we may not retry this on failure but we need to.." problem. Keeping a copy of the sent body allows the request to be retried in cases where 100 Continue were not used or could not be used. Regards Henrik
