Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit d1d9bce

Browse files
khellangTratcher
authored andcommitted
#833 Change non-standard header name 'ContentMD5' to 'Content-MD5'
1 parent 6ffac0c commit d1d9bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Net.Http.Headers/HeaderNames.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class HeaderNames
2020
public const string ContentLanguage = "Content-Language";
2121
public const string ContentLength = "Content-Length";
2222
public const string ContentLocation = "Content-Location";
23-
public const string ContentMD5 = "ContentMD5";
23+
public const string ContentMD5 = "Content-MD5";
2424
public const string ContentRange = "Content-Range";
2525
public const string ContentType = "Content-Type";
2626
public const string Cookie = "Cookie";
@@ -57,4 +57,4 @@ public static class HeaderNames
5757
public const string WebSocketSubProtocols = "Sec-WebSocket-Protocol";
5858
public const string WWWAuthenticate = "WWW-Authenticate";
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)