We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f112c4 + b3dfcbd commit f7bfb7cCopy full SHA for f7bfb7c
ktls/src/ktls_stream.rs
@@ -247,7 +247,7 @@ where
247
//
248
// we could try looping (tricky code structure), but we can't,
249
// for example, just call `poll_read`, which might fail not
250
- // not with EAGAIN/EWOULDBLOCK, but because _another_ control
+ // with EAGAIN/EWOULDBLOCK, but because _another_ control
251
// message is available.
252
cx.waker().wake_by_ref();
253
return task::Poll::Pending;
0 commit comments