Commit Graph

34 Commits

Author SHA1 Message Date
Nikolay Kim be12d5e6fc make WsWriter trait optional 2018-05-09 05:48:06 -07:00
Nikolay Kim a817ddb57b add variable segments support for scope prefix 2018-05-07 13:50:43 -07:00
Denis Kolodin 80f385e703 Add WsWriter trait
`WsWriter` trait is a common interface for writing to a websocket and
it's implemented for both: `WebScoketContext` and `ClientWriter`.
2018-05-02 08:35:50 +03: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
Nathan Fox de8a09254d use Optional with websocket close reason 2018-04-21 16:50:27 -04:00
Nikolay Kim 113f5ad1a8 add rustfmt config 2018-04-13 16:02:01 -07:00
Nikolay Kim 92fe2e96de update doc strings 2018-03-29 15:00:18 -07:00
Nikolay Kim ab73da4a1a use Error instead of InternalError for helper methods error::ErrorXXX 2018-03-18 14:18:47 -07:00
Nikolay Kim 1fe4315c94 use actix 0.5.4 2018-03-16 13:37:47 -07:00
Nikolay Kim b16f2d5f05 proper check for actor context poll 2018-03-16 08:04:26 -07:00
Nikolay Kim 5baf15822a always start actors 2018-03-16 07:46:27 -07:00
Nikolay Kim 631fe72a46 websockets text() is more generic 2018-03-04 10:18:42 -08:00
Nikolay Kim 1e2aa4fc90 mark context as modified after writing data 2018-02-27 18:05:06 -08:00
Nikolay Kim 5dcb558f50 refactor websockets handling 2018-02-27 10:09:24 -08:00
Nikolay Kim 335ca8ff33 use new actix api 2018-02-12 16:08:04 -08:00
Nikolay Kim 720d8c36c1 update names 2018-02-12 12:45:08 -08:00
Nikolay Kim 8c1b5fa945 sync with latest actix 2018-02-12 12:17:30 -08:00
Nikolay Kim 30bdf9cb5e update actix api 2018-02-12 01:13:06 -08:00
Nikolay Kim 3109f9be62 special handling for upgraded pipeline 2018-02-10 00:05:20 -08:00
Nikolay Kim 0c98775b51 refactor h1 stream polling 2018-02-09 22:26:48 -08:00
Nikolay Kim b4b5c78b51 optimize ws frame generation 2018-02-09 20:43:14 -08:00
Nikolay Kim 78da98a16d add wsload tool; optimize ws frame parser 2018-02-09 17:20:28 -08:00
Nikolay Kim 58f85658bd update actix 2018-01-31 12:57:02 -08:00
Nikolay Kim 456fd1364a add handle method to contexts 2018-01-28 09:47:46 -08:00
Nikolay Kim d4bc3294a3 actix compatibility 2018-01-27 10:04:56 -08:00
Nikolay Kim 78967dea13 stop http context immediately 2018-01-24 20:17:14 -08:00
Nikolay Kim 58a5d493b7 re-eanble write backpressure for h1 connections 2018-01-24 20:12:49 -08:00
Nikolay Kim c5341017cd fix typo 2018-01-23 15:39:53 -08:00
Nikolay Kim f4873fcdee stop websocket context 2018-01-23 15:35:39 -08:00
Nikolay Kim e6ea177181 impl WebsocketContext::waiting() method 2018-01-22 16:55:50 -08:00
Nikolay Kim 93fdb596d4 Allow to explicitly disable chunked encoding 2018-01-13 16:17:33 -08:00
Nikolay Kim aed90ed458 rename payload 2018-01-10 20:08:13 -08:00
Nikolay Kim 3f3dcf413b move websocket code to submodule 2018-01-10 11:13:29 -08:00