Skip to content

Expect configurability and connection info in errors

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 04:43
· 56 commits to master since this release

Added

  • Expose connection info in errors with the addition of Error::local_addr and Error::remote_addr. This allows you to get the local & remote addresses involved in a request, if any, even if an error occurs. (#336, #337) @sagebind
  • Allow use of the Expect header to be configured via Configurable::expect_continue. (#303, #311, #340) @sagebind

Dependency Updates