()
| 160 | } |
| 161 | |
| 162 | async fn request_fpm_memcache() { |
| 163 | request_common( |
| 164 | HTTP_CLIENT.get(format!("http://{}/memcache.php", PROXY_SERVER_1_ADDRESS)), |
| 165 | "ok", |
| 166 | ) |
| 167 | .await; |
| 168 | } |
| 169 | |
| 170 | async fn request_fpm_monolog() { |
| 171 | request_common( |
no test coverage detected