diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-07-01 09:15:35 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-07-01 09:15:35 +0200 |
commit | 2eac1a64f7240a842dae4d4d69be57e28c06f3d3 (patch) | |
tree | 46cd99bc60d8226b08caa626c7342f748e191bce /editor/import | |
parent | 89d537767eca3737297ff0abc6063087b03d3483 (diff) |
Fix HTTPRequest status checks.
HTTPRequest used to have its own `status` variable but it would never be
updated since the status of the client would be used instead.
This caused potential crashes in some edge cases.
The `status` variable is now removed, and the client status is used in
checks instead.
Diffstat (limited to 'editor/import')
0 files changed, 0 insertions, 0 deletions