forked from Mirrors/oauth2
Tweaked some internal notes
This commit is contained in:
parent
358bcd3d11
commit
2522fa4915
|
@ -51,7 +51,7 @@ var serverReq = http.Request{
|
||||||
"Content-Type": []string{"application/x-www-form-urlencoded"},
|
"Content-Type": []string{"application/x-www-form-urlencoded"},
|
||||||
"User-Agent": []string{"Go-http-client/1.1"},
|
"User-Agent": []string{"Go-http-client/1.1"},
|
||||||
},
|
},
|
||||||
Body: nil, //TODO: Oh god how do I get this...
|
Body: nil, //TODO: Construct this struct
|
||||||
ContentLength: 1192,
|
ContentLength: 1192,
|
||||||
Close: false,
|
Close: false,
|
||||||
Host: "127.0.0.1:41147", //TODO: Does this conflict due to separate addresses?
|
Host: "127.0.0.1:41147", //TODO: Does this conflict due to separate addresses?
|
||||||
|
@ -64,7 +64,6 @@ var serverReq = http.Request{
|
||||||
TLS: nil,
|
TLS: nil,
|
||||||
Cancel: nil,
|
Cancel: nil,
|
||||||
Response: nil,
|
Response: nil,
|
||||||
//TODO: I hope to God that I don't need to set ctx for the comparison...
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var serverResp = http.Response{
|
var serverResp = http.Response{
|
||||||
|
|
Loading…
Reference in New Issue