Commit graph

4085 commits

Author SHA1 Message Date
Nikolay Kim
5cb26e637f Add mpsc close checks 2020-04-18 20:03:27 +06:00
Nikolay Kim
d90a338930 Add ResourcePath impl for &T where T: ResourcePath 2020-04-17 13:39:07 +06:00
Nikolay Kim
7dad057d8c Do not swallow unprocessed data on read errors 2020-04-17 11:16:17 +06:00
Nikolay Kim
8846453137 tests 2020-04-17 11:16:00 +06:00
Nikolay Kim
969799a1aa cleanup tests 2020-04-17 01:13:29 +06:00
Nikolay Kim
489ebb2aa0 more tests 2020-04-17 00:36:29 +06:00
Nikolay Kim
1dee624ccd clippy warns 2020-04-17 00:24:31 +06:00
Nikolay Kim
63cde53f22 some debug impls 2020-04-17 00:18:33 +06:00
Nikolay Kim
4f63ab4dee clippy warns for tests 2020-04-16 23:17:23 +06:00
Nikolay Kim
82c73d35e3 more tests 2020-04-16 21:51:03 +06:00
Nikolay Kim
9be0b1e126 framed handshake cleanup 2020-04-16 12:51:58 +06:00
Nikolay Kim
01692f9aea simplify framed service 2020-04-16 11:26:32 +06:00
Nikolay Kim
d6ae114c61 update tests 2020-04-15 14:05:57 +06:00
Nikolay Kim
c0376b95ca update rt version 2020-04-15 13:06:44 +06:00
Nikolay Kim
12a18436c9 cleanup rt api 2020-04-15 13:04:33 +06:00
Nikolay Kim
ee124716db more tests 2020-04-15 12:05:08 +06:00
Nikolay Kim
2e1cb75a60 fix error for either responder, update tests 2020-04-15 11:18:22 +06:00
Nikolay Kim
5160bd106a add App::with_config method 2020-04-15 00:56:01 +06:00
Nikolay Kim
df0351012a adjust tests 2020-04-15 00:55:51 +06:00
Nikolay Kim
9a27234946 timeout 2020-04-14 14:53:48 +06:00
Nikolay Kim
e0afe2bb71 more tests 2020-04-14 12:21:12 +06:00
Nikolay Kim
6a38decc80 tune timeouts for tests 2020-04-14 11:32:28 +06:00
Nikolay Kim
b17820ad57 Allow to add multiple routes at once 2020-04-14 11:01:01 +06:00
Nikolay Kim
cb0fd33b72 update tests 2020-04-14 09:25:17 +06:00
Nikolay Kim
3b88ebe85e clippy 2020-04-13 15:28:25 +06:00
Nikolay Kim
2fdffff96f impl Error for SendError 2020-04-13 15:16:37 +06:00
Nikolay Kim
7adfb7b338 mpsc::Sender::close() must close receiver 2020-04-13 15:14:42 +06:00
Nikolay Kim
d7699b74d7 simplify framed dispatcher states 2020-04-13 09:48:46 +06:00
Nikolay Kim
f52f7e616c preserve original error during ioo shutdown 2020-04-13 08:58:05 +06:00
Nikolay Kim
942e694f1a fixed framed dispatcher disconnect timeout 2020-04-13 08:33:26 +06:00
Nikolay Kim
57266a3f8b Fix mpsc::Sender::close() method. 2020-04-13 08:09:29 +06:00
Nikolay Kim
3375ab9235 remove unused code 2020-04-13 07:55:03 +06:00
Nikolay Kim
82042d4d10 unify framed dispatcher 2020-04-13 07:40:16 +06:00
Nikolay Kim
f2ec371be4 remove duplicated code 2020-04-12 21:10:32 +06:00
Nikolay Kim
9ac4d79d72 update tests 2020-04-12 19:07:34 +06:00
Nikolay Kim
eb106b65a5 better debug impls 2020-04-12 15:51:20 +06:00
Nikolay Kim
431ebf2755 update release date 2020-04-12 14:10:25 +06:00
Nikolay Kim
901644ccf4 prep release 2020-04-12 14:08:54 +06:00
Nikolay Kim
2cf4d157b8 restart worker after panic test 2020-04-12 13:56:44 +06:00
Nikolay Kim
205fd56ba5 simplify compression encoder 2020-04-12 13:31:46 +06:00
Nikolay Kim
c7340b7414 remove unneeded Clone impl 2020-04-12 13:04:51 +06:00
Nikolay Kim
13751e4eaa remove actix mentions in api docs 2020-04-12 13:01:27 +06:00
Nikolay Kim
78f14e6d93 fmt 2020-04-12 12:49:54 +06:00
Nikolay Kim
26daed37e6 add test for listen_uds 2020-04-12 12:49:08 +06:00
Nikolay Kim
031b34caca add HeaderMap tests 2020-04-12 12:44:16 +06:00
Nikolay Kim
1987fb933b remove unneeded client request method; fix feature names 2020-04-12 12:30:48 +06:00
Nikolay Kim
8208d74e07 add uds test 2020-04-12 12:06:22 +06:00
Nikolay Kim
fee124d725 change WebResponse::new args order 2020-04-12 05:11:32 +06:00
Nikolay Kim
2139fa108b simplify Responder trait 2020-04-12 04:58:21 +06:00
Nikolay Kim
a082a26de1 add WebRequest::render_error 2020-04-12 03:04:30 +06:00