actix-net icon indicating copy to clipboard operation
actix-net copied to clipboard

A collection of lower-level libraries for composable network services.

Results 26 actix-net issues
Sort by recently updated
recently updated
newest added

The number setted with max_connection_rate will exceed after a period of time of running. I checked the code about lib.rs and openssl.rs in actix-tls/src, and can find only the code...

It would be great if there were built-in support for hot reloading of SSL credentials, along with an example for how to do it. Per @fafhrd91 at https://github.com/actix/actix-web/issues/754: > You...

help wanted

the `lets-encrypt` branch contains the effort to automatically handle authorization and certificate signing via Let's Encrypt. A background worker thread can be spun for auto-renewal with the intention of checking...

enhancement
help wanted
good first issue

Closes https://github.com/actix/actix/issues/541. Change is backward compatible, as the new net feature is enabled by default

## PR Type Feature ## Overview Add the possibility to use the MPTCP protocol at the socket level for users of ServerBuilder. MPTCP is now more widely available since Linux...

This topic continues https://github.com/actix/actix-web/pull/2858 , whole goal is to `.wrap` an optional middleware. `Condition` middleware exists but requires a transformer even when unused. It seems to me that using an...

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.28.1 to 2.29.0. Release notes Sourced from taiki-e/install-action's releases. 2.29.0 Support git-cliff. (#411, thanks @​tranzystorekk) 2.28.16 Update cargo-deny@latest to 0.14.17. 2.28.15 Update cargo-llvm-cov@latest to 0.6.8. 2.28.14 Update...

dependencies
github_actions

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Changelog Sourced from env_logger's changelog. [0.11.0] - 2024-01-19 Breaking Change Removed bespoke styling API env_logger::fmt::Formatter::style env_logger::fmt::Formatter::default_styled_level env_logger::fmt::Style env_logger::fmt::Color env_logger::fmt::StyledValue Removed...

dependencies
rust

## PR Type INSERT_PR_TYPE ## PR Checklist Check your PR fulfills the following: - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments...

if client's connection of actix-web is probably attacking, how can I close it immediately and insert the address into a dynamic blocklist? when a addr is in the blocklist, i...