Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(883)

Unified Diff: src/pkg/http/requestwrite_test.go

Issue 582043: code review 582043: http: change RawPath to mean raw path, not raw everythi... (Closed)
Patch Set: code review 582043: http: change RawPath to mean raw path, not raw everythi... Created 15 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/http/readrequest_test.go ('k') | src/pkg/http/url.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/http/requestwrite_test.go
===================================================================
--- a/src/pkg/http/requestwrite_test.go
+++ b/src/pkg/http/requestwrite_test.go
@@ -23,7 +23,7 @@
URL: &URL{
Raw: "http://www.techcrunch.com/",
Scheme: "http",
- RawPath: "//www.techcrunch.com/",
+ RawPath: "http://www.techcrunch.com/",
Authority: "www.techcrunch.com",
Userinfo: "",
Host: "www.techcrunch.com",
« no previous file with comments | « src/pkg/http/readrequest_test.go ('k') | src/pkg/http/url.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b