• S
    service/dap: send dap error response on dap error (#2561) · e1febcf6
    Suzy Mueller 提交于
    The code previously expected the server to close when receiving
    a message that it could not decode. However, there may be changes to
    the spec that make new requests that we have not handled yet. In
    that case, it would be preferable to return an error and continue handling
    incoming requests.
    e1febcf6
server.go 105.5 KB