kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'escl-migrate_to_http2' into 'master'
escl : Adapt the code to HTTP2 Closes #773 See merge request sane-project/backends!849734-support-for-canon-i-sensys-mf657cdw-mf650c-series
commit
c3ca0d7faf
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue