Skip to content

Commit

Permalink
the user agent can close the connection too
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 1, 2014
1 parent f323521 commit 0aaaae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.57 2014-10-31
5.57 2014-11-01

5.56 2014-10-29
- Deprecated Mojo::Collection::AUTOLOAD in favor of Mojo::Collection::pluck.
Expand Down
8 changes: 4 additions & 4 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -200,10 +200,10 @@ it for applications that take a long time to process a request.

=head2 What does "Premature connection close" mean?

This error message is often related to the one above, and means that the web
server closed the connection before the user agent could receive the whole
response or that the user agent got destroyed, which forces all connections to
be closed immediately.
This error message is often related to the one above, and means that the
connection got closed before the user agent could receive the whole response
or that the user agent got destroyed, which forces all connections to be
closed immediately.

=head2 What does "Worker 31842 has no heartbeat, restarting" mean?

Expand Down

0 comments on commit 0aaaae7

Please sign in to comment.