• Show log

    Commit

  • Hash : 848153f3
    Author : Patrick Steinhardt
    Date : 2018-02-08T10:02:29

    config_parse: handle empty lines with CRLF Currently, the configuration parser will fail reading empty lines with just an CRLF-style line ending. Special-case the '\r' character in order to handle it the same as Unix-style line endings. Add tests to spot this regression in the future.