actix-web/actix-web/tests
Yuki Okushi aeb42486af
fix(actix-web): improve streaming response behavior for Content-Length and Content-Type (#3737)
- Set default Content-Type to application/octet-stream for streaming responses
- Respect Content-Length header by automatically calling `no_chunking()` when set
- Resolves issue where Content-Length was ignored in streaming responses

Fixes #2306

---------

Co-authored-by: Yinuo Deng <i@dyn.im>
2025-08-23 12:23:57 +09:00
..
fixtures move actix-web to own dir 2022-02-01 00:30:41 +00:00
compression.rs Make compression middleware prefer brotli over zstd over gzip (#3189) 2023-11-19 18:54:08 +00:00
test-macro-import-conflict.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
test_error_propagation.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
test_httpserver.rs Set `SO_REUSEADDR` only non-Windows platforms (#3473) 2024-10-01 07:08:34 +00:00
test_server.rs build(deps): update rand requirement from 0.8 to 0.9 (#3564) 2025-02-09 02:39:22 +00:00
test_streaming_response.rs fix(actix-web): improve streaming response behavior for Content-Length and Content-Type (#3737) 2025-08-23 12:23:57 +09:00
test_weird_poll.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
utils.rs apply standard formatting 2023-07-17 02:38:12 +01:00
weird_poll.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00