Coyote
64202: Use a loop on NIO blocking reads, as it is possible zero bytes are produced by a network read. (markt/remm)
64210: Correct a regression in the improvements to HTTP header validation that caused requests to be incorrectly treated as invalid if a
CRLF
sequence was split between TCP packets. Improve validation of request lines, including for HTTP/0.9 requests. (markt)
Other
64206: Correct a regression introduced in 10.0.0-M1 that meant that the HTTP port specified when using the Windows Installer was ignored and 8080 was always used. (markt)