We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2698f2a commit f9204daCopy full SHA for f9204da
1 file changed
nanoFramework.System.Net.Http/Http/Headers/HttpHeaders.cs
@@ -30,7 +30,7 @@ public HeaderEntry(
30
/// </summary>
31
public abstract class HttpHeaders
32
{
33
- internal WebHeaderCollection _headerStore = new WebHeaderCollection(true);
+ internal WebHeaderCollection _headerStore = new WebHeaderCollection(false);
34
35
private readonly HttpHeaderType _allowedHeaderTypes;
36
private readonly HttpHeaderType _treatAsCustomHeaderTypes;
0 commit comments