-
Split
Service
trait to separate crate -
Use new
Service<Request>
trait
- Allow to skip name resolution stage in Connector
- Framed::is_write_buf_empty() checks if write buffer is flushed
- Add low/high caps to Framed
- Refactor Connector and Resolver services
- Fix wrong service to socket binding
-
Timeout service
-
Added ServiceConfig and ServiceRuntime for server service configuration
-
Connector has been refactored
-
timer and LowResTimer renamed to time and LowResTime
-
Refactored
Server::configure()
method
-
Set actix min version - 0.7.5
-
Set trust-dns min version
- Initial impl