Files
qBittorrent/src/base/http
FranciscoPombal 0fa7fca31e Fix truncation when parsing HTTP request query
Closes #13029.

Fixes an issue with truncation of a QByteArray at the first '\0' byte
when parsing HTTP request query strings.

Previously, the operands of the ternary expression were of
different types. Most likely this was leading to a conversion
of the result to some kind of '\0'-terminated string type somewhere
along the way, in turn causing its truncation at the first '\0' byte
once converted back to QByteArray.

For some reason this bug was only present on Windows (MSVC).
2020-06-23 11:45:30 +01:00
..
2019-06-04 17:48:55 +03:00
2019-08-21 18:05:50 +08:00
2020-04-29 21:32:34 +08:00
2018-02-23 14:46:17 +08:00
2020-05-10 02:53:32 +08:00
2020-05-10 02:53:32 +08:00
2020-04-17 13:18:40 +08:00
2020-05-11 00:34:28 +08:00