Skip to content

Conversation

@davidstrauss
Copy link
Contributor

Adds a driver to POST to a specified URL with each event. Optionally, the client can verify the server using a certificate authority -- or even use its own client certificate. Uses libcurl, which should be available on most systems building or running PHP extensions.

@davidstrauss davidstrauss changed the title Initial HTTP(S) driver Add an HTTP(S) driver Apr 28, 2016
@davidstrauss davidstrauss force-pushed the https-driver branch 2 times, most recently from 5d5db4d to 10836dc Compare April 29, 2016 20:23
next = &(*next)->next;
#endif
#ifdef APM_DRIVER_HTTP
*next = apm_driver_http_create();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While the pattern would be to include next = &(*next)->next; with the HTTP driver, static analysis doesn't like assignment to an unused variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant