File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ namespace NKikimr::NHttpProxy {
181
181
constexpr TStringBuf REQUEST_FORWARDED_FOR = " x-forwarded-for" ;
182
182
constexpr TStringBuf REQUEST_TARGET_HEADER = " x-amz-target" ;
183
183
constexpr TStringBuf REQUEST_CONTENT_TYPE_HEADER = " content-type" ;
184
- constexpr TStringBuf CRC32_HEADER = " x-amz-crc32" ;
185
184
constexpr TStringBuf CREDENTIAL_PARAM = " Credential" ;
186
185
187
186
@@ -1173,7 +1172,6 @@ namespace NKikimr::NHttpProxy {
1173
1172
response->Set <&NHttp::THttpResponse::Connection>(request->GetConnection ());
1174
1173
response->Set (REQUEST_ID_HEADER_EXT, RequestId);
1175
1174
if (!contentType.empty () && !body.empty ()) {
1176
- response->Set (CRC32_HEADER, ToString (crc32 (body.data (), body.size ())));
1177
1175
response->Set <&NHttp::THttpResponse::ContentType>(contentType);
1178
1176
if (!request->Endpoint ->CompressContentTypes .empty ()) {
1179
1177
contentType = NHttp::Trim (contentType.Before (' ;' ), ' ' );
You can’t perform that action at this time.
0 commit comments