abujehad139 / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

recent change has client make bad URLs #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Change 49979a5f1445 introduces behavior that has the client make request like 
this:

POST //www.googleapis.com/upload/drive/v2/files?uploadType=multipart&alt=json 
HTTP/1.1
Host: www.googleapis.com
User-Agent: google-api-go-client/0.5
Content-Length: 23301
Authorization: Bearer redacted
Content-Type: multipart/related; 
boundary=c18fb9c5303d177b9679b4c9a81b68442af746f6d0655c75fa57d001d1b8

AFAIK, it's not valid to say "VERB //host/path".

Original issue reported on code.google.com by a...@google.com on 3 Jun 2013 at 5:39

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 5d818df85e09.

««« original CL description
google-api-go-client: update generated code with new param encoding from 
https://codereview.appspot.com/9671043/

R=adg, bradfitz
CC=golang-dev
https://codereview.appspot.com/9672043
»»»

R=campoy, bradfitz
CC=golang-dev
https://codereview.appspot.com/9958043

Original comment by a...@golang.org on 3 Jun 2013 at 6:00