1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-10-08 10:04:03 -04:00

refine error messages

This commit is contained in:
Darien Raymond
2017-04-16 22:48:51 +02:00
parent d9ea65696a
commit cdcf72cbe7
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ func (d *DokodemoDoor) Process(ctx context.Context, network net.Network, conn in
inboundRay, err := dispatcher.Dispatch(ctx, dest)
if err != nil {
return err
return newError("failed to dispatch request").Base(err)
}
requestDone := signal.ExecuteAsync(func() error {