Nyholm PSR-7 v1.2.0 Release Notes

Release Date: 2019-08-22 // over 4 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change minimal port number to 0 (unix socket)
    • โšก๏ธ Updated Psr17Factory::createResponse to respect the specification. If second argument is not used, a standard reason phrase. If an empty string is passed, then the reason phrase will be empty.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘€ Check for seekable on the stream resource.
    • ๐Ÿ›  Fixed the Response::$reason should never be null.