crlib: use real status codes for http
graph: allow uploading from hlds console.
This commit is contained in:
parent
3070a7c404
commit
ee3f9e7538
4 changed files with 81 additions and 27 deletions
|
|
@ -71,7 +71,7 @@ public:
|
|||
int32 dist = 0;
|
||||
|
||||
if (maxMatch >= MinMatch) {
|
||||
const int32 limit = cr::max <int32> (cur - WindowSize, EmptyHash);
|
||||
const auto limit = cr::max <int32> (cur - WindowSize, EmptyHash);
|
||||
|
||||
int32 chainLength = MaxChain;
|
||||
int32 lookup = hashTable_[hash32 (&in[cur])];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue