Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@hyleung hyleung released this 04 Jan 03:52
· 20 commits to master since this release

This release introduces a couple of small changes in behaviour as a result of implementing Brave's ITHttpServer test suite (#54):

  • HttpServerAdapter.getUrl implementation now returns the full URL of the request (instead of just the path portion of the Url)
  • HttpServerAdapter should now return the correct remote client address (instead of null)

Other changes, which shouldn't have any impact:

  • refactors tracing handler to use Brave's HttpServerParser (#52)
  • bumps Brave dependency to 4.12 (#53)