Merge branch 'jk/maint-push-over-dav' into maint
* jk/maint-push-over-dav: http-push: enable "proactive auth" t5540: test DAV push with authentication
This commit is contained in:
3
http.h
3
http.h
@ -85,7 +85,8 @@ extern void add_fill_function(void *data, int (*fill)(void *));
|
||||
extern void step_active_slots(void);
|
||||
#endif
|
||||
|
||||
extern void http_init(struct remote *remote, const char *url);
|
||||
extern void http_init(struct remote *remote, const char *url,
|
||||
int proactive_auth);
|
||||
extern void http_cleanup(void);
|
||||
|
||||
extern int active_requests;
|
||||
|
Reference in New Issue
Block a user