Azure / azure-storage-php

Microsoft Azure Storage Library for PHP
MIT License
217 stars 198 forks source link

Remove EOL from Content-Type header #328

Closed spaze closed 2 years ago

spaze commented 2 years ago

Because new version of guzzlehttp/psr7 which fixes a security bug now fails on EOLs in header values.

Fix #327