How should I interpret Heroku H18 errors?

后端 未结 4 650
甜味超标
甜味超标 2020-12-05 01:23

We\'re seeing quite a lot of Error H18 (Request Interrupted) in the logs. How should these be interpreted, since sock=client in all cases I assume that it is the client that

4条回答
  •  离开以前
    2020-12-05 02:02

    This typically indicates either that the user's network was disconnected (e.g. this happens with some frequency for mobile users) or the end-user closed their browser or similar (e.g. pressed Stop, went to a different page, etc).

    You can safely ignore those that are tagged as being client-end in nature with "sock=client", but might want to investigate those that are being closed by the Server end ("sock=server").

提交回复
热议问题