Releases: EnqueueDuck/http-server
Releases · EnqueueDuck/http-server
http-server-3.2.0
Update version to 3.2.0
http-server-3.1.0
Fix callback does not add back event to event_loop
http-server-3.0.0
Use libevent as underlying backend
http-server-2.2.0
Use non-blocking IO
http-server-2.1.0
Allocate buffer for each worker before handling query
http-server-2.0.0
Support server workers with EPOLL
http-server-1.1.0
Simple HTTP Server with a multi-threaded backend. The backend employs a ThreadPool, which manages N worker threads. Each request is encapsulated in a Task object and passed to one of the worker threads for handling.
CHANGELOG
- Fix glog not built with gflags
- Initialize glog in server main
http-server-1.0.0
Simple HTTP Server with a multi-threaded backend. The backend employs a ThreadPool, which manages N worker threads. Each request is encapsulated in a Task object and passed to one of the worker threads for handling.