From e1308830a9c4a712cf1c87e749d9d891026aa1ab Sun, 5 Feb 2012 18:14:58 +0100 From: hass Date: Sun, 5 Feb 2012 18:14:27 +0100 Subject: [PATCH] Use of undefined constant HTTP_REQUEST_FWRITE_FAIL diff --git a/httprl.module b/httprl.module index c0e979a..80ded53 100644 --- a/httprl.module +++ b/httprl.module @@ -583,7 +583,7 @@ } // fwrite failed. $responses[$id]->error = 'fwrite failed'; - $responses[$id]->code = HTTP_REQUEST_FWRITE_FAIL; + $responses[$id]->code = $http_request_fwrite_fail; $responses[$id]->status = 'Done.'; $stream_write_count--; @fclose($w);