X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fhttp-functions.php;h=0dfce733ea63bbf75b3346ab8efa3b986aa85436;hb=d3d47d9604a0aa48ec0b05552f0efe8ab26ae78e;hp=d049a7b75d4323b43c0cae0566063ef6b1e7dcd5;hpb=abdd5c798caaa56be3962dd28e6bc25a7a5cc0ba;p=mailer.git diff --git a/inc/http-functions.php b/inc/http-functions.php index d049a7b75d..0dfce733ea 100644 --- a/inc/http-functions.php +++ b/inc/http-functions.php @@ -342,6 +342,7 @@ function sendRawRequest ($host, $request) { } // END - if // Add it to response + //* DEBUG: */ print 'line='.$line.'
'; $response[] = $line; } // END - while