a0e6643465
Also removes resolved V-675, V-676, and V-679 entries. The owner explicitly requested direct commits on master; --no-verify bypasses the branch-only workflow hook.
475 B
475 B
Transport
The HTTP and socket seams. What a client can do to them, and what a shutdown can do to us.
mavweb errors cannot be traced [#689]
Costs: some handlers return the raw internal error, which discloses internals. Others return a generic one with no identifier, which cannot be joined to its log line. There is no request-id middleware to join them. Revisit when: a reported UI failure cannot be found in the log. Workaround: read the log by timestamp.