mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
Use urlString for Request.toString()
This commit is contained in:
@@ -115,7 +115,7 @@ public final class Request {
|
||||
return "Request{method="
|
||||
+ method
|
||||
+ ", url="
|
||||
+ url
|
||||
+ urlString
|
||||
+ ", tag="
|
||||
+ (tag != this ? tag : null)
|
||||
+ '}';
|
||||
|
||||
Reference in New Issue
Block a user