rpc: client login should ignore server versions.

This commit is contained in:
Harshavardhana
2016-08-20 23:10:08 -07:00
parent bb0466f4ce
commit 7e3e24b394
3 changed files with 11 additions and 8 deletions

View File

@@ -455,7 +455,7 @@ var errorCodeResponse = map[APIErrorCode]APIError{
Description: "Request is not valid yet",
HTTPStatusCode: http.StatusForbidden,
},
// FIXME: Actual XML error response also contains the header which missed in lsit of signed header parameters.
// FIXME: Actual XML error response also contains the header which missed in list of signed header parameters.
ErrUnsignedHeaders: {
Code: "AccessDenied",
Description: "There were headers present in the request which were not signed",