1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 02:35:04 +00:00
Commit graph

124 commits

Author SHA1 Message Date
Nikolay Kim a4b837a1c1 flaky test 2018-04-06 19:45:14 -07:00
Nikolay Kim 691457fbfe update tests 2018-04-06 09:45:10 -07:00
Nikolay Kim 3ee228005d rename Application 2018-03-31 00:16:55 -07:00
Nikolay Kim 44e3df82f6 simplify http response construction; deprecate httpcodes 2018-03-30 23:07:33 -07:00
Nikolay Kim 9e751de707 re-arrange modules and exports 2018-03-30 17:31:18 -07:00
Nikolay Kim f5636f321b drop deprecated code 2018-03-29 11:06:44 -07:00
Nikolay Kim 45dec8d0c0 optimize with and with2 method impls and tests 2018-03-28 21:33:40 -07:00
Nikolay Kim 90e3aaaf8a fix router cannot parse Non-ASCII characters in URL #137 2018-03-28 16:10:58 -07:00
Nikolay Kim 65700281e8 add support for multiple extractors 2018-03-28 14:24:32 -07:00
Nikolay Kim d5fa0a9418 disable brotli if feature is not enabled, faster compression 2018-03-21 08:03:21 -07:00
Nikolay Kim ee7d58dd7f disable h2 2018-03-20 12:35:44 -07:00
Nikolay Kim c4f4cadb43 Fix http/2 date header generation 2018-03-20 11:40:05 -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 7e8b231f57 disable test 2018-03-16 09:13:36 -07:00
Nikolay Kim 4096089a3f allow to disable http/2 support 2018-03-16 08:48:44 -07:00
François Mockers ad6b823255 test for query parameters in client 2018-03-14 21:45:49 +01:00
Nikolay Kim 6c0fb3a7d2 handle panics in worker threads 2018-03-07 21:10:53 -08:00
Nikolay Kim 1db1ce1ca3 one more cookie handling fix 2018-03-07 15:41:46 -08:00
Alex Whitney 6cc3aaef1b add client cookie handling test 2018-03-07 11:43:55 +00:00
Nikolay Kim a0e6313d56 Fix compression #103 and #104 2018-03-06 11:02:03 -08:00
François Mockers 779e773185 add tests with large random bodies for gzip 2018-03-06 14:26:48 +01:00
messense 0adb7e8553
Use str::repeat 2018-03-05 09:54:58 +08:00
Nikolay Kim f673dba759 Fix handling of requests with an encoded body with a length > 8192 #93 2018-03-04 09:48:34 -08:00
Nikolay Kim ab978a18ff unix only test 2018-03-03 18:50:00 -08:00
Nikolay Kim bebfc6c9b5 sleep for test 2018-03-02 11:32:37 -08:00
Nikolay Kim 3b2928a391 Better naming for websockets implementation 2018-03-02 11:29:55 -08:00
Nikolay Kim 7591592279 fix handle big data chunkd for parsing 2018-02-27 23:04:57 -08:00
Nikolay Kim 4a48b43927 big value 2018-02-27 21:49:08 -08:00
Nikolay Kim ccb6ebb259 headers test 2018-02-27 20:49:53 -08:00
Nikolay Kim da76de76f0 upgrade sha crate 2018-02-27 20:32:51 -08:00
Nikolay Kim c316a99746 stop server test 2018-02-27 20:04:01 -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 4e41e13baf refactor client payload processing 2018-02-25 11:18:17 +03:00
Nikolay Kim 4a9c1ae894 allow to use Connection for sending client request 2018-02-21 22:53:23 -08:00
Nikolay Kim 03912d2089 support client request's async body 2018-02-19 22:48:27 -08:00
Nikolay Kim 548f4e4d62 replace reqwest with actix::client 2018-02-19 13:18:18 -08:00
Nikolay Kim b1eec3131f use newer api 2018-02-12 22:56:47 -08:00
Nikolay Kim 335ca8ff33 use new actix api 2018-02-12 16:08:04 -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
Nikolay Kim 91c44a1cf1 Fix HEAD requests handling 2018-01-20 16:12:38 -08:00
Nikolay Kim 8a058efb4e move server protocol impl to submodule 2018-01-11 18:35:05 -08:00
Nikolay Kim 0707dfe5bb flush stream on drain 2018-01-11 16:22:27 -08:00
Nikolay Kim 0a41ecd01d disable test 2018-01-11 15:38:57 -08:00
Nikolay Kim 0648ad6f33 fix implicit chunked encoding 2018-01-11 15:26:46 -08:00