Revision history for HTTP-Tiny

0.1.2  2020-11-18T21:31:18Z

    - Do not read more than the specified content-length
      when reading responses. This issue could hang when using
      persistent connections, introduced in 0.1.1

0.1.1  2020-11-08T14:50:41Z

    - Support persistent connections by default
    - Generate User-Agent string from class name for better
      subclass support (jraspass++)

0.1.0  2020-11-01T17:51:59Z

    - Decode headers as ISO-8859-1 instead of ASCII to prevent
      exceptions on UTF-8 header values.

0.0.1  2020-10-28T23:47:09Z
    - Initial version
