GitPedia
esastack

esastack/esa-httpserver

An asynchronous event-driven HTTP server based on netty.

2 Releases
Latest: 4y ago
Release v0.1.1v0.1.1Latest
LCDZhao-ZLCDZhao-Z·4y ago·May 24, 2022
GitHub

📋 Changes

  • 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
Release v0.1.0v0.1.0
alalag1alalag1·5y ago·December 25, 2020
GitHub

First release