mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 21:31:32 +00:00
We're seeing panics caused by a buggy implementation of AsyncWrite that is being passed to rustls: https://github.com/rustls/rustls/issues/2316#issuecomment-2662838186 One hypothesis was that we're using (comparatively) non-standard async tools for connecting over websockets; so this attempts to make us be (comparitvely) more standard. Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| components | ||
| kernels | ||
| notebook | ||
| outputs | ||
| components.rs | ||
| jupyter_settings.rs | ||
| notebook.rs | ||
| outputs.rs | ||
| repl.rs | ||
| repl_editor.rs | ||
| repl_sessions_ui.rs | ||
| repl_store.rs | ||
| session.rs | ||