Commit c06199e
authored
HttpContentHeadersExtensions.AddHeaders: Bugfix: Remove undesired header validation (#25)
HttpContentHeadersExtensions.AddHeaders is used by DecompressedContent to copy response content headers to the DecompressedContent headers. Content header validation is not needed and not performed on uncompressed content.1 parent 85c6489 commit c06199e
File tree
1 file changed
+1
-1
lines changed- StandardSocketsHttpHandler/Net/Http/Extensions
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments