mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Retry only for https protocol
This commit is contained in:
parent
affcebbab1
commit
f86be65971
@ -313,7 +313,7 @@ print_error_dialog(struct session *ses, struct connection_state state,
|
|||||||
|
|
||||||
add_to_string(&msg, get_state_message(state, ses->tab->term));
|
add_to_string(&msg, get_state_message(state, ses->tab->term));
|
||||||
|
|
||||||
if (!uri) {
|
if (!uri || uri->protocol != PROTOCOL_HTTPS) {
|
||||||
info_box(ses->tab->term, MSGBOX_FREE_TEXT,
|
info_box(ses->tab->term, MSGBOX_FREE_TEXT,
|
||||||
N_("Error"), ALIGN_CENTER,
|
N_("Error"), ALIGN_CENTER,
|
||||||
msg.source);
|
msg.source);
|
||||||
|
Loading…
Reference in New Issue
Block a user