File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -121,18 +121,19 @@ groups() ->
121
121
unix_socket_path_cant_connect ,
122
122
timeout_ms ,
123
123
maxredirs ,
124
- basic_unauthorised ,
125
- basic_authorised ,
126
- basic_authorised_userpwd ,
127
- digest_unauthorised ,
128
- digest_authorised ,
129
- digest_authorised_userpwd ,
130
124
lock_data_ssl_session_true ,
131
125
lock_data_ssl_session_false ,
132
126
doh_url ,
133
127
badopts ,
134
128
proxy_couldnt_connect ,
135
129
protocol_restriction ]},
130
+ {digest , [],
131
+ [basic_authorised ,
132
+ basic_authorised_userpwd ,
133
+ basic_unauthorised ,
134
+ digest_authorised ,
135
+ digest_authorised_userpwd ,
136
+ digest_unauthorised ]},
136
137
{pool , [],
137
138
[pool_start_stop ,
138
139
worker_death ,
@@ -164,6 +165,7 @@ groups() ->
164
165
165
166
all () ->
166
167
[{group , http },
168
+ {group , digest },
167
169
{group , pool },
168
170
{group , https },
169
171
{group , https_mutual },
You can’t perform that action at this time.
0 commit comments