Nikolay Kim
|
f45038bbfe
|
remove unused code
|
2018-10-09 13:23:37 -07:00 |
|
Nikolay Kim
|
65e9201b4d
|
Fixed panic during graceful shutdown
|
2018-10-09 11:35:57 -07:00 |
|
Nikolay Kim
|
c3ad516f56
|
disable shutdown atm
|
2018-10-09 09:45:24 -07:00 |
|
Nikolay Kim
|
2710f70e39
|
add H1 transport
|
2018-10-02 17:30:29 -07:00 |
|
Nikolay Kim
|
ae5c4dfb78
|
refactor http channels list; rename WorkerSettings
|
2018-10-02 15:25:32 -07:00 |
|
Nikolay Kim
|
f3ce6574e4
|
fix client timer and add slow request tests
|
2018-10-02 00:19:28 -07:00 |
|
Nikolay Kim
|
c674ea9126
|
add StreamConfiguration service
|
2018-10-01 22:23:02 -07:00 |
|
Nikolay Kim
|
c1e0b4f322
|
expose internal http server types and allow to create custom http pipelines
|
2018-10-01 14:43:06 -07:00 |
|
Nikolay Kim
|
f2d42e5e77
|
refactor acceptor error handling
|
2018-09-28 11:50:47 -07:00 |
|
Nikolay Kim
|
0f1c80ccc6
|
deprecate start_incoming
|
2018-09-28 08:45:49 -07:00 |
|
Nikolay Kim
|
d57579d700
|
refactor acceptor pipeline add client timeout
|
2018-09-27 18:33:29 -07:00 |
|
Nikolay Kim
|
c9a52e3197
|
refactor date generatioin
|
2018-09-27 18:33:29 -07:00 |
|
Nikolay Kim
|
1907102685
|
switch to actix-net server
|
2018-09-27 18:33:29 -07:00 |
|
Ashley
|
782eeb5ded
|
Reduced unsafe converage (#520)
|
2018-09-26 11:56:34 +03:00 |
|
Nikolay Kim
|
f40153fca4
|
fix node::insert() method, missing next element
|
2018-09-17 11:39:03 -07:00 |
|
Nikolay Kim
|
bfb2f2e9e1
|
fix node.remove(), update next node pointer
|
2018-09-17 10:25:45 -07:00 |
|
Nikolay Kim
|
599e6b3385
|
refactor channel node remove operation
|
2018-09-17 05:29:07 -07:00 |
|
Nikolay Kim
|
d65c72b44d
|
use server keep-alive timer as slow request timer
|
2018-09-15 09:55:38 -07:00 |
|
Robert G. Jakabosky
|
70b45659e2
|
Make Node's traverse method take a closure instead of calling shutdown on each HttpChannel.
|
2018-09-12 00:27:15 +08:00 |
|
Robert G. Jakabosky
|
e0ae6b10cd
|
Fix bug with HttpChannel linked list.
|
2018-09-12 00:27:15 +08:00 |
|
Nikolay Kim
|
a2b170fec9
|
fmt
|
2018-08-31 18:56:21 -07:00 |
|
Robert G. Jakabosky
|
c3ae9997fc
|
Fix bug with http1 client disconnects.
|
2018-08-26 22:21:05 +08:00 |
|
Nikolay Kim
|
e4ce6dfbdf
|
refactor workers management
|
2018-08-09 11:52:32 -07:00 |
|
Nikolay Kim
|
ac9180ac46
|
simplify channel impl
|
2018-08-03 19:32:46 -07:00 |
|
Nikolay Kim
|
9aef34e768
|
remove & to &mut transmute #385
|
2018-07-11 12:56:35 +06:00 |
|
Nikolay Kim
|
fc7238baee
|
refactor read_from_io
|
2018-06-22 11:30:40 +06:00 |
|
Nikolay Kim
|
edd22bb279
|
refactor read_from_io
|
2018-06-22 09:01:20 +06:00 |
|
Nikolay Kim
|
261ad31b9a
|
remove some unsafe code
|
2018-06-19 07:44:01 +06:00 |
|
Nikolay Kim
|
26f37ec2e3
|
refactor HttpHandlerTask trait
|
2018-06-18 05:45:54 +06:00 |
|
Nikolay Kim
|
45e9aaa462
|
rustfmt 0.7
|
2018-05-17 12:20:20 -07:00 |
|
Nikolay Kim
|
f3ece74406
|
better error handling
|
2018-05-17 10:58:08 -07:00 |
|
Nikolay Kim
|
c72d1381a6
|
clippy warnings
|
2018-04-29 09:09:08 -07:00 |
|
Nikolay Kim
|
de49796fd1
|
clippy warnings; fmt
|
2018-04-28 22:55:47 -07:00 |
|
Nikolay Kim
|
113f5ad1a8
|
add rustfmt config
|
2018-04-13 16:02:01 -07:00 |
|
Nikolay Kim
|
eeae0ddab4
|
start client timeout for response only
|
2018-04-04 20:15:47 -07:00 |
|
Nikolay Kim
|
cbb821148b
|
explicitly set tcp nodelay
|
2018-03-04 20:14:58 -08:00 |
|
Nikolay Kim
|
058630d041
|
simplify channels list management
|
2018-03-03 11:16:55 -08:00 |
|
Nikolay Kim
|
f456be0309
|
simplify linked nodes
|
2018-03-03 10:06:13 -08:00 |
|
Nikolay Kim
|
72aa2d9eae
|
clippy warnings
|
2018-02-26 14:33:56 -08:00 |
|
Nikolay Kim
|
8a96e8fdd0
|
disable compression for static files
|
2018-01-11 23:49:53 -08:00 |
|
Nikolay Kim
|
e919ec485e
|
cleanup http channel
|
2018-01-11 22:06:06 -08:00 |
|
Nikolay Kim
|
e482b88741
|
refactor http protocol selection procedure
|
2018-01-11 21:48:36 -08:00 |
|
Nikolay Kim
|
dab918261c
|
fix cors allowed header validation
|
2018-01-11 20:11:34 -08:00 |
|
Nikolay Kim
|
8a058efb4e
|
move server protocol impl to submodule
|
2018-01-11 18:35:05 -08:00 |
|