diff options
author | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-19 22:42:48 +0200 |
---|---|---|
committer | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-29 15:48:59 +0200 |
commit | 44287f9e6722bcdbdb2cda679407a265697cbeb7 (patch) | |
tree | 0715e76fcf00115a4ef588f6d4efa491537a44a4 /src/core.h | |
parent | 21e905a3875f5da9ec36393c5d9987487920f00b (diff) |
do not activate clients without redirection via POST
update 4573deb8cb3 to skip clients without redirection after
receiving POST notification.
Diffstat (limited to 'src/core.h')
-rw-r--r-- | src/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ static inline bool tip_client_large_file(const struct tip_client *cli) void tip_client_pending(struct tip_client *cli); bool tip_client_redirect(struct tip_client *cli); int tip_client_redirect_create(const struct tip_client *cli); -void tip_client_activate_pending(void); +void tip_client_activate_pending(bool redirect_only); extern struct ev_loop *tip_main_loop; |