jrconlin
|
dca4c110dd
|
feature: allow TestServer to open a websocket on any URL
* added `TestServer::ws_at(uri_str)`
* modified `TestServer::ws()` to call `self.ws_at("/")` to preserve
behavior
Closes #432
|
2018-08-01 09:30:27 -07:00 |
|
Marat Safin
|
196da6d570
|
add rustls
|
2018-07-30 08:21:12 +03:00 |
|
Nikolay Kim
|
a5f7a67b4d
|
clippy warnings
|
2018-07-06 08:24:44 +06:00 |
|
Nikolay Kim
|
80339147b9
|
call disconnect on write error
|
2018-07-05 12:50:54 +06:00 |
|
Nikolay Kim
|
58d1f4a4aa
|
switch to actix master
|
2018-06-21 13:34:36 +06:00 |
|
Nikolay Kim
|
818d0bc187
|
new StreamHandler impl
|
2018-06-09 07:53:46 -07:00 |
|
Nikolay Kim
|
844be8d9dd
|
fix ssl test server
|
2018-05-29 10:59:24 -07:00 |
|
Nikolay Kim
|
ecd05662c0
|
use new actix system api
|
2018-05-29 10:31:37 -07:00 |
|
Nikolay Kim
|
45e9aaa462
|
rustfmt 0.7
|
2018-05-17 12:20:20 -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 |
|
Nathan Fox
|
b7b61afacc
|
add ws close description parse test
|
2018-04-21 17:20:23 -04:00 |
|
Nathan Fox
|
de8a09254d
|
use Optional with websocket close reason
|
2018-04-21 16:50:27 -04:00 |
|
Nathan Fox
|
dc9a24a189
|
add websocket empty close status test
|
2018-04-20 21:55:07 -04:00 |
|
Nikolay Kim
|
113f5ad1a8
|
add rustfmt config
|
2018-04-13 16:02:01 -07:00 |
|
Nikolay Kim
|
8198f5e10a
|
Refactor TestServer configuration
|
2018-03-20 11:23:35 -07:00 |
|
Nikolay Kim
|
6cd40df387
|
Fix server websockets big payloads support
|
2018-03-19 17:27:03 -07:00 |
|
Nikolay Kim
|
35ee5d36d8
|
actix 0.5.5, ws test
|
2018-03-19 13:12:36 -07:00 |
|
Nikolay Kim
|
e7ec0f9fd7
|
ws tests and proper write payload ref
|
2018-03-19 09:30:58 -07:00 |
|
Nikolay Kim
|
3b2928a391
|
Better naming for websockets implementation
|
2018-03-02 11:29:55 -08:00 |
|
Nikolay Kim
|
5dcb558f50
|
refactor websockets handling
|
2018-02-27 10:09:24 -08:00 |
|
Nikolay Kim
|
644f1a9518
|
refactor ws frame parser
|
2018-02-26 13:58:23 -08:00 |
|
Nikolay Kim
|
03912d2089
|
support client request's async body
|
2018-02-19 22:48:27 -08:00 |
|
Nikolay Kim
|
0c98775b51
|
refactor h1 stream polling
|
2018-02-09 22:26:48 -08:00 |
|
Nikolay Kim
|
5a5497b745
|
add close ws test
|
2018-01-30 16:04:04 -08:00 |
|
Nikolay Kim
|
577f91206c
|
added support for websocket testing
|
2018-01-30 15:13:33 -08:00 |
|