Skip to content

Commit 8fabde4

Browse files
committed
fold all asyncify types here
1 parent d8569c0 commit 8fabde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ impl<'b> Connection for EspHttpConnection<'b> {
10301030
}
10311031
}
10321032

1033-
//#[cfg(esp_idf_httpd_ws_support)]
1033+
#[cfg(esp_idf_httpd_ws_support)]
10341034
pub mod ws {
10351035
use core::fmt::Debug;
10361036
use core::pin::Pin;

0 commit comments

Comments
 (0)