Files
neon/proxy/src
Conrad Ludgate faf070f288 proxy: dont return connection pending (#5107)
## Problem

We were returning Pending when a connection had a notice/notification
(introduced recently in #5020). When returning pending, the runtime
assumes you will call `cx.waker().wake()` in order to continue
processing.

We weren't doing that, so the connection task would get stuck

## Summary of changes

Don't return pending. Loop instead
2023-08-25 15:08:45 +03:00
..
2023-08-18 11:44:08 +01:00
2023-08-10 17:49:24 +01:00
2023-07-31 09:30:24 -04:00
2023-08-17 12:05:54 +01:00
2023-07-04 14:54:59 +01:00
2023-05-15 23:45:04 +02:00
2023-07-17 15:53:01 +01:00
2023-06-02 21:03:12 +03:00
2023-08-10 17:49:24 +01:00
2023-08-08 17:19:24 +03:00
2022-07-04 23:46:37 +03:00