[MDEV-28964] libmarias3 non-blocking API Created: 2022-06-27 Updated: 2022-07-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Sergei Golubchik | Assignee: | Vladislav Vaintroub |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Currently libmarias3 uses curl_easy_perform() — a blocking transfer function from the libcurl easy API. This task is about adding a non-blocking API to libmarias3. Internally it could use curl_multi_perform() — a non-blocking transfer function from the libcurl easy API. |
| Comments |
| Comment by Sergei Golubchik [ 2022-06-27 ] |
|
questions:
|