etcd/proxy
Anthony Romano b2a465e354 grpcproxy/cache: only check compaction revision for historical revisions
Since the current revision is 0, it'll always be less than the compaction
revision. If the proxy sees a compaction, it would always reject the
current revision requests since it's less than the compaction revision.
Instead, check if the revision is historical before trying to reject on
compaction revision.

Fixes #7599
2017-03-24 13:20:46 -07:00
..
grpcproxy grpcproxy/cache: only check compaction revision for historical revisions 2017-03-24 13:20:46 -07:00
httpproxy *: Use http.Request.WithContext instead of Cancel 2017-02-02 22:50:07 +05:30
tcpproxy tcpproxy: don't use range variable in reactivate goroutine 2017-02-21 12:39:49 -08:00