[OpenSIPS-Devel] [OpenSIPS/opensips] 17d822: rest_client: properly handle async calls in local ...

Liviu Chircu liviu at opensips.org
Thu May 7 18:17:27 CEST 2015


  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 17d82244c6e7aeb5c1e4f22f03b252c5d237fc5a
      https://github.com/OpenSIPS/opensips/commit/17d82244c6e7aeb5c1e4f22f03b252c5d237fc5a
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M modules/rest_client/rest_cb.c
    M modules/rest_client/rest_client.c
    M modules/rest_client/rest_methods.c
    M modules/rest_client/rest_methods.h

  Log Message:
  -----------
  rest_client: properly handle async calls in local deployments

Proper libcurl usage is to poll for handle status updates after
each perform operation.

This patch also fixes a few cleanup issues with the global list of
pending HTTP headers

Thanks to Dan Bogos for reporting and helping with troubleshooting

(cherry picked from commit a614e21b2d7982b4d56d7acbb99aee1b51f632ec)

Conflicts:
	modules/rest_client/rest_methods.c




More information about the Devel mailing list