diff options
| author | xanatos <[email protected]> | 2012-06-19 09:48:00 +0300 |
|---|---|---|
| committer | xanatos <[email protected]> | 2012-06-19 09:48:00 +0300 |
| commit | 16d567194305d728ca433de4b78eb049a86aa450 (patch) | |
| tree | 759d5483c816a741ca24fee95067141dde020870 /src/httpserver.cpp | |
| parent | Fix netbase tests (diff) | |
| download | discoin-16d567194305d728ca433de4b78eb049a86aa450.tar.xz discoin-16d567194305d728ca433de4b78eb049a86aa450.zip | |
If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was).
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions