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.
13 lines
475 B
Markdown
13 lines
475 B
Markdown
# 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] {#errors}
|
|
|
|
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.
|