Flamenco/internal
Sybren A. Stüvel 6c2d3d7fc0 Manager: avoid logging error on HTTP disconnect on some API calls
Improve the error handling on some worker management API calls, to deal
with closed HTTP connections better.

A new function, `api_impl.handleConnectionClosed()` can now be called when
`errors.Is(err, context.Canceled)`. This will only log at debug level, and
send a `419 I'm a Teapot` response to the client. This response will very
likely never be seen, as the connection was closed. However, in case this
function is called by mistake, this response is unlikely to be accepted
by the HTTP client.
2024-06-26 10:26:33 +02:00
..
appinfo Manager: Better reporting of version via API call 2023-07-06 12:21:47 +02:00
find_blender Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
find_ffmpeg Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
manager Manager: avoid logging error on HTTP disconnect on some API calls 2024-06-26 10:26:33 +02:00
own_url Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
stresser Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
tools Add internal/tools/tools.go to mock-import code generator packages 2023-02-09 11:25:47 +01:00
upnp_ssdp Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
uuid Manager: add a small wrapper around Google's UUID library 2022-05-20 15:35:51 +02:00
worker Worker: reduce log level of some internal components 2024-04-16 10:53:29 +02:00