feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -241,7 +241,7 @@ bool HTTPRequest::_handle_response(bool *ret_value) {
|
|||
|
||||
for (const String &E : rheaders) {
|
||||
if (E.containsn("Location: ")) {
|
||||
new_request = E.substr(9, E.length()).strip_edges();
|
||||
new_request = E.substr(9).strip_edges();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue