experimental h3

This commit is contained in:
Jun Kurihara 2022-07-05 19:17:35 +09:00
commit 981a81abb2
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
2 changed files with 47 additions and 31 deletions

View file

@ -38,7 +38,7 @@ where
while let Some((req, stream)) = h3_conn
.accept()
.await
.map_err(|e| anyhow!("HTTP/3 accept failed (likely timeout): {}", e))?
.map_err(|e| anyhow!("HTTP/3 accept failed: {}", e))?
{
info!("HTTP/3 new request received");