IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2008, 11:24:15 AM (18 years ago)
Author:
jhoblitt
Message:

fix timeout handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsleech

    r17649 r17739  
    33# Copyright (C) 2006-2008  Joshua Hoblitt
    44#
    5 # $Id: dsleech,v 1.11 2008-05-13 03:12:52 jhoblitt Exp $
     5# $Id: dsleech,v 1.12 2008-05-19 21:24:15 jhoblitt Exp $
    66
    77use strict;
     
    6767);
    6868
    69 unless (defined $response or $response->is_success) {
     69unless (defined $response and $response->is_success) {
    7070    warn "request failed: ", $response->status_line;
    7171    exit($response->code - 300);
Note: See TracChangeset for help on using the changeset viewer.