mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge commit godotengine/godot@71a9948157
This commit is contained in:
@@ -242,7 +242,7 @@ bool HTTPRequest::_handle_response(bool *ret_value) {
|
||||
String new_request;
|
||||
|
||||
for (const String &E : rheaders) {
|
||||
if (E.containsn("Location: ")) {
|
||||
if (E.to_lower().begins_with("location: ")) {
|
||||
new_request = E.substr(9).strip_edges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user