mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
refactor h1 dispatcher
This commit is contained in:
@ -770,7 +770,7 @@ fn test_reading_deflate_encoding_large_random_ssl() {
|
||||
awc::Connector::new()
|
||||
.timeout(std::time::Duration::from_millis(500))
|
||||
.ssl(builder.build())
|
||||
.service(),
|
||||
.finish(),
|
||||
)
|
||||
.finish()
|
||||
});
|
||||
|
Reference in New Issue
Block a user