Skip to content

Commit 5ba7ef4

Browse files
Allow custom HTTP headers
nanoframework/Home#1618
1 parent c4b9061 commit 5ba7ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFramework.System.Net.Http/Http/Headers/HttpHeaders.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public HeaderEntry(
3030
/// </summary>
3131
public abstract class HttpHeaders
3232
{
33-
internal WebHeaderCollection _headerStore = new WebHeaderCollection(true);
33+
internal WebHeaderCollection _headerStore = new WebHeaderCollection(false);
3434

3535
private readonly HttpHeaderType _allowedHeaderTypes;
3636
private readonly HttpHeaderType _treatAsCustomHeaderTypes;

0 commit comments

Comments
 (0)