Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

code=H18 desc="Server Request Interrupted" django

An H18 signifies that the socket connected, some data was sent 
as part of a response by the app, but then the socket was destroyed 
without completing the response

Usually, an H18 indicates that a response has multiple stages
- for instance, streaming chunks of a large response
- and that one of those stages has thrown an error

To find the error, first check your logs for stack traces near the H18
Source by help.heroku.com #
 
PREVIOUS NEXT
Tagged: #Request #django
ADD COMMENT
Topic
Name
3+1 =