Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: common/lhttp/client.go

Issue 1159563002: Move retry and lhttp packages from client/internal to common/. (Closed) Base URL: git@github.com:luci/luci-go@master
Patch Set: move-retry-http Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/swarming/swarming.go ('k') | common/lhttp/client_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/lhttp/client.go
diff --git a/client/internal/lhttp/client.go b/common/lhttp/client.go
similarity index 99%
rename from client/internal/lhttp/client.go
rename to common/lhttp/client.go
index c277d18e9705e003f00ebd757db5c71ef79f906a..6fc91dd0ff6acc1209b3a0d38532aa42103ebeaa 100644
--- a/client/internal/lhttp/client.go
+++ b/common/lhttp/client.go
@@ -16,7 +16,7 @@ import (
"os"
"strings"
- "github.com/luci/luci-go/client/internal/retry"
+ "github.com/luci/luci-go/common/retry"
)
// Handler is called once or multiple times for each HTTP request that is tried.
« no previous file with comments | « client/swarming/swarming.go ('k') | common/lhttp/client_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698