Skip to content

connection: Spruce up logging for client errors.

Erik Chen requested to merge add_logging into main

Some code paths that lead to a client error and connection termination have no associated logging, or insufficient logging. This makes it difficult to understand what went wrong. This commit adds or supplements logging for all these code paths.

Signed-off-by: Erik Chen erikchen@chromium.org

Merge request reports