Skip to content

Releases: Spinoco/protocol

Release list

v0.3.4

Choose a tag to compare

@AdamChlupacek AdamChlupacek released this 05 Feb 13:40

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

Choose a tag to compare

@AdamChlupacek AdamChlupacek released this 02 Feb 14:21
  • 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. )