FusionAuth / java-http

A full featured, stand-alone, high-performance HTTP server and client written entirely in plain Java
Apache License 2.0
205 stars 19 forks source link

degroff/connection reset by peer #11

Closed robotdan closed 1 year ago

robotdan commented 1 year ago

Issue

Summary of changes

  1. Catch IOException when thrown during read / write, wrap with ClientAbortException.
  2. Update logger interface to be more standard and allow for checking the logger level by implementors.
  3. Bump major version due to logger interface changes.