Changeset 0b0bb4c for doc/Makefile

Timestamp:
2015-10-08T05:10:19Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
687ec88
Parents:
098b430
git-author:
Artem Savkov <asavkov@…> (07-10-15 13:13:34)
git-committer:
dequis <dx@…> (08-10-15 05:10:19)
Message:

Allow NULL callback functions in http_dorequest

Check callback function supplied to http_dorequest and only run it if it is
not NULL.

While it is not the usual case there are some times when there is no need to
check the results of a http request. Using a NULL pointer is much more
convenient than creating noop functions.

(No files)

Note: See TracChangeset for help on using the changeset viewer.