Merge branch 'escl-migrate_to_http2' into 'master'

escl : Adapt the code to HTTP2

Closes #773

See merge request sane-project/backends!849
734-support-for-canon-i-sensys-mf657cdw-mf650c-series
ThierryFR 2024-09-03 21:04:57 +00:00
commit c3ca0d7faf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -298,7 +298,7 @@ wake_up_device:
}
else {
if (download->memory != NULL) {
char *tmp_location = strstr(download->memory, "Location:");
char *tmp_location = strcasestr(download->memory, "Location:");
if (tmp_location) {
temporary = strchr(tmp_location, '\r');
if (temporary == NULL)