diff options
Diffstat (limited to 'src/c/http.c')
-rw-r--r-- | src/c/http.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/http.c b/src/c/http.c index 5754d229..d52661ce 100644 --- a/src/c/http.c +++ b/src/c/http.c @@ -358,3 +358,5 @@ void uw_do_expunge(uw_context ctx, uw_Basis_client cli, void *data) { void uw_post_expunge(uw_context ctx, void *data) { } + +int uw_supports_direct_status = 1; |