> >    * Perhaps the "isStale" check is unnecessary for methods that can
> >      simply repeat themselves, for example, GET, HEAD, OPTION, TRACE. 
> >      For those methods, we could allow a "retry" to fix the problem. 
> >      For methods such as POST and PUT, however, the isStale is probably
> >      an essential check.
> 
> Sounds reasonable to me.
> 
> 

A clear drawback to this approach is that the connection would need to
'know' what kind of request is being executed. Of course, this is just
design purism. Feel free to ignore me.

Oleg




> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to