aliostad / CacheCow

An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
MIT License
847 stars 172 forks source link

Fix the case where "Vary" header from response is never null #288

Closed prajon84 closed 1 year ago

prajon84 commented 1 year ago

Following up with this thread, this PR is to fix the bug in which serverResponse.Headers.Vary is not null but can be empty.

aliostad commented 1 year ago

Thanks for it. Considering the low importance I will release it with the next release.