Skip to content

Releases: Mons/AnyEvent-HTTP-Server-II

v1.99998-beta1

30 Jun 14:57
Compare
Choose a tag to compare

Prohibit headers to contain newlines

Due to possibility of response splitting now response cannot contain headers with newlines.

v1.99997-beta1

15 Mar 13:16
bba5e60
Compare
Choose a tag to compare

What's changed

  • Support SameSite attribute for Cookies in response

v1.99996-beta1

11 Oct 16:32
Compare
Choose a tag to compare

What's Changed

  • Fix response Content-Type for undefined content (now 0 instead of empty)
  • Fix response Content-Type for 204 (now not present according to RFC7230)

v1.99995-beta1

27 Jul 16:33
Compare
Choose a tag to compare

What's Changed

  • Finally merged hash-req and http-fix into master
  • Support for latest versions of perl
  • Minor fixes