We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ab8cf commit f3ac653Copy full SHA for f3ac653
agent/lib_guzzle6.c
@@ -416,6 +416,12 @@ static void nr_guzzle_enable(){
416
}
417
418
419
+/*
420
+ * This function checks if the guzzle middleware is callable and adds the
421
+ * middleware (newrelic\Guzzle\middleware) to the GuzzleHttp\Client
422
+ * handler stack by invoking push(). If the middleware is not callable, the
423
+ * function exits by using the goto jump statement
424
+ */
425
NR_PHP_WRAPPER_START(nr_guzzle_client_construct_helper){
426
zval* this_var = nr_php_scope_get(NR_EXECUTE_ORIG_ARGS TSRMLS_CC);
427
zval* retval;
0 commit comments