Skip to content

Instantly share code, notes, and snippets.

Created January 26, 2011 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ebe7a8292e4dcc2e7195 to your computer and use it in GitHub Desktop.
Save anonymous/ebe7a8292e4dcc2e7195 to your computer and use it in GitHub Desktop.
package Mojo::Client;
sub _handle {
# ...
# Interrupted
unless ($res->is_done) {
$res->error('Interrupted, maybe a timeout?')
unless ($res->headers->connection || '') !~ /keep-alive/i;
}
# ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment