1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-28 07:47:49 +02:00

revert broken fix in #2624 (#2779)

* revert broken fix in #2624

* update changelog
This commit is contained in:
Rob Ede
2022-06-11 13:43:13 +01:00
committed by GitHub
parent 498fb954b3
commit 264a703d94
3 changed files with 12 additions and 69 deletions

View File

@@ -783,6 +783,9 @@ async fn upgrade_handling() {
.await;
}
// fix in #2624 reverted temporarily
// complete fix tracked in #2745
#[ignore]
#[actix_rt::test]
async fn handler_drop_payload() {
let _ = env_logger::try_init();