Skip to content

Default behavior change

Compare
Choose a tag to compare
@geoperez geoperez released this 30 Oct 14:33
· 182 commits to master since this release

BREAKING CHANGE
Change Two behavior settings to default value true (Only EmbedIO HttpListener):

  • EndPointManager.UseIpv6 - By default wildcard will bind to IPAddress.IPv6Any.
  • HttpListener.IgnoreWriteExceptions - By default will ignore the exceptions on Response Output Write (this was the default behavior in v2).