Description
when client send conditional request, and the item doesn't in cache
ts seems to remove conditional request headers, and send normal request to original server.
when original server response with 200, ts doesn't cache the result.
is this the expected behaviour ?
i think we should either send conditional request to os or cache 200 response.