Matthias Deichsel
Results
1
issues of
Matthias Deichsel
**Describe the bug** The readLine-Function in HTTPConnection.cpp leads to end endless-loop, when the newChar is the last char in the buffer. Then (_bufferProcessed+1 < _bufferUnusedIdx) is never true and the...