1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-05 06:48:44 +00:00
Commit graph

20 commits

Author SHA1 Message Date
Nikolay Kim
82b71d91ea move Service to service sub mod 2018-09-11 09:30:22 -07:00
Nikolay Kim
abef930f87 fix openssl uses 2018-09-11 08:59:03 -07:00
Nikolay Kim
dc50268c8a move server impl to sub module 2018-09-11 08:43:23 -07:00
Nikolay Kim
4264574af1 fix openssl NewService definition 2018-09-08 12:58:08 -07:00
Nikolay Kim
c2eff62efb openssl new service is not failable 2018-09-08 12:52:43 -07:00
Nikolay Kim
bf10f6dfcf simplify openssl acceptor 2018-09-08 10:16:43 -07:00
Nikolay Kim
8b13236d41 refactor connections counter 2018-09-08 09:36:38 -07:00
Nikolay Kim
db1fe14fd2 add service readiness to ServerService 2018-09-07 11:35:25 -07:00
Nikolay Kim
467350c9fc add readiness support for OpensslAcceptor 2018-09-07 10:38:39 -07:00
Nikolay Kim
9456065d7b better error conversion impl for and_then 2018-09-04 12:07:13 -07:00
Nikolay Kim
361ffd8d2f refactor Connector service 2018-08-29 15:15:24 -07:00
Nikolay Kim
10d2c67596 better Connector impl 2018-08-28 16:24:36 -07:00
Nikolay Kim
71d725d250 add Connector helper method 2018-08-27 21:53:20 -07:00
Nikolay Kim
ddfe1322a1 use same Request for OpensslConnector service as for connector 2018-08-27 14:29:01 -07:00
Nikolay Kim
c69d675113 Connector::Response returns addr and tcp stream 2018-08-27 14:20:41 -07:00
Nikolay Kim
89b8da724b split service mod 2018-08-25 09:02:14 -07:00
Nikolay Kim
a5a026b5c4 remove custom NewService and cleanups 2018-08-23 15:42:34 -07:00
Nikolay Kim
b8c8dbc90a add new service configuration 2018-08-21 17:08:23 -07:00
Nikolay Kim
2cbcc21168 fix worker shutdown 2018-08-20 22:21:23 -07:00
Nikolay Kim
1a496f4fda initial import 2018-08-19 10:47:04 -07:00