Esa Httpserver Versions Save

An asynchronous event-driven HTTP server based on netty.

v0.1.1

1 year ago
  • Fixed the bug that memory leak when handing empty content request in Http2 #11
  • Allowed to write response in multiple threads in order instead of fixed thread #12
  • Changed package prefix to 'io.esastack' #13
  • Added onConnectionInit handler for listener channelRegistered or handler added event #15
  • Introduced commons-net #16
  • Make HttpServer in quickstart do not exit #19
  • Fixed the bug that handler status won‘t change after failing to 100-Continue #22

v0.1.0

3 years ago

First release