Browse Source

Make --no-longpoll work again.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
fe8b041654
  1. 2
      util.c

2
util.c

@ -348,7 +348,7 @@ json_t *json_rpc_call(CURL *curl, const char *url, @@ -348,7 +348,7 @@ json_t *json_rpc_call(CURL *curl, const char *url,
goto err_out;
}
if (!have_longpoll) {
if (!have_longpoll && want_longpoll) {
/* If X-Long-Polling was found, activate long polling */
if (hi.lp_path) {
have_longpoll = true;

Loading…
Cancel
Save