Skip to content

v0.10

Compare
Choose a tag to compare
@pintsized pintsized released this 22 Nov 15:29
· 164 commits to master since this release
  • URI parsing is now more robust for missing paths
  • Scheme-less URIs (//example.com) are now supported provided that ngx.var.scheme is defined at run time
  • parse_uri can now optionally return query strings separately to paths
  • Added support for the new set_timeouts cosocket method (thanks @alubbe)
  • Various performance tweaks (thanks @hamishforbes, @bungle and @membphis)