Skip to content

Commit 93c8816

Browse files
Merge pull request #149 from tencentyun/feature_wqingzhang_2887f6a8
图片处理Pic-Operations头签入签名
2 parents b60b86d + 8facc38 commit 93c8816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/auth_tool.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ void AuthTool::FilterAndSetSignHeader(
4242
"if-unmodified-since",
4343
"origin",
4444
"range",
45-
"transfer-encoding"
45+
"transfer-encoding",
46+
"pic-operations"
4647
};
4748
for (std::map<std::string, std::string>::const_iterator itr = headers.begin();
4849
itr != headers.end(); ++itr) {

0 commit comments

Comments
 (0)