mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
add expect: 100-continue support #141
This commit is contained in:
@ -61,7 +61,7 @@ fn test_start() {
|
||||
.connector(
|
||||
client::Connector::new()
|
||||
.timeout(Duration::from_millis(100))
|
||||
.service(),
|
||||
.finish(),
|
||||
)
|
||||
.finish(),
|
||||
)
|
||||
@ -136,7 +136,7 @@ fn test_start_ssl() {
|
||||
awc::Connector::new()
|
||||
.ssl(builder.build())
|
||||
.timeout(Duration::from_millis(100))
|
||||
.service(),
|
||||
.finish(),
|
||||
)
|
||||
.finish(),
|
||||
)
|
||||
|
Reference in New Issue
Block a user