Source release v3.5.0

This commit is contained in:
Gene Morgan
2017-11-28 17:42:16 -08:00
parent 501c22890d
commit 31381a1311
155 changed files with 16680 additions and 3816 deletions

View File

@@ -171,7 +171,6 @@ bool UrlRequest::PostCertRequestInQueryString(const std::string& data) {
path.append("signedRequest=");
path.append(data);
return PostRequestWithPath(path, "");
return true;
}
} // namespace wvcdm