mayuki / Rin

Request/response Inspector middleware for ASP.NET Core
MIT License
650 stars 24 forks source link

Fix error when request/response body isn't captured. #8

Closed mayuki closed 6 years ago

mayuki commented 6 years ago

When a request/response is not completed or not stored in back-end storage, the body data in an RPC payload is null. But Rin.Frontend doesn't handle that correctly.

ref: #7