use EmptyIfNull
This commit is contained in:
parent
f2c110dad0
commit
bd18082e8b
|
@ -13,7 +13,6 @@ public static class HttpExtensions
|
|||
return headers
|
||||
.AllKeys
|
||||
.EmptyIfNull()
|
||||
.Where(k => k != null)
|
||||
.Select(k => new HttpHeader(k!, headers[k]!));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue