@@ -1485,7 +1485,7 @@ fn header_name_too_long() {
1485
1485
}
1486
1486
1487
1487
#[ tokio:: test]
1488
- async fn header_read_timeout_slow_writes ( ) {
1488
+ async fn http1_header_read_timeout_slow_writes ( ) {
1489
1489
let ( listener, addr) = setup_tcp_listener ( ) ;
1490
1490
1491
1491
thread:: spawn ( move || {
@@ -1531,7 +1531,7 @@ async fn header_read_timeout_slow_writes() {
1531
1531
}
1532
1532
1533
1533
#[ tokio:: test]
1534
- async fn header_read_timeout_starts_immediately ( ) {
1534
+ async fn http1_header_read_timeout_starts_immediately ( ) {
1535
1535
let ( listener, addr) = setup_tcp_listener ( ) ;
1536
1536
1537
1537
thread:: spawn ( move || {
@@ -1552,7 +1552,7 @@ async fn header_read_timeout_starts_immediately() {
1552
1552
}
1553
1553
1554
1554
#[ tokio:: test]
1555
- async fn header_read_timeout_slow_writes_multiple_requests ( ) {
1555
+ async fn http1_header_read_timeout_slow_writes_multiple_requests ( ) {
1556
1556
let ( listener, addr) = setup_tcp_listener ( ) ;
1557
1557
1558
1558
thread:: spawn ( move || {
@@ -1639,7 +1639,7 @@ async fn header_read_timeout_slow_writes_multiple_requests() {
1639
1639
}
1640
1640
1641
1641
#[ tokio:: test]
1642
- async fn no_idle_timeout_multiple_requests ( ) {
1642
+ async fn http1_no_idle_timeout_multiple_requests ( ) {
1643
1643
let ( listener, addr) = setup_tcp_listener ( ) ;
1644
1644
1645
1645
let done = Arc :: new ( AtomicBool :: new ( false ) ) ;
@@ -1683,7 +1683,7 @@ async fn no_idle_timeout_multiple_requests() {
1683
1683
}
1684
1684
1685
1685
#[ tokio:: test]
1686
- async fn idle_timeout_multiple_intermittent_requests ( ) {
1686
+ async fn http1_idle_timeout_multiple_intermittent_requests ( ) {
1687
1687
let ( listener, addr) = setup_tcp_listener ( ) ;
1688
1688
1689
1689
let done = Arc :: new ( AtomicBool :: new ( false ) ) ;
0 commit comments