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
|
|
@ -79,7 +79,7 @@ private:
|
|||
|
||||
union {
|
||||
UniquePtr <LambdaFunctorWrapper> functor_;
|
||||
uint8 small_[LamdaSmallBufferLength];
|
||||
uint8 small_[LamdaSmallBufferLength] { };
|
||||
};
|
||||
|
||||
bool ssoObject_ = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue