Skip to content

Releases: Spinoco/protocol

v0.3.4

05 Feb 13:40

Choose a tag to compare

Fixes:

  • Parsing Http Uri encoded/decoded by RFC 3986 codec (#18)
  • Http response status line cannot be parsed if no status code description (#23)
  • Uri scheme unable to parse anything other than http/https/ws/wss (#24)
  • Unable to parse http verison 1.0 (#25)

v0.3.3

02 Feb 14:21

Choose a tag to compare

  • Fixed DateTimeCodec for days with single digit
  • Fixed RFC 2047 encoding of equals, and added special case where some clients send RFC 2047 encoded text inside of quoted-text. (This is a deviation from RFC2047, where it is explicitly said such case is impossible. )