crlib: use real status codes for http

graph: allow uploading from hlds console.
This commit is contained in:
dmitry 2020-06-16 09:35:29 +03:00 committed by jeefo
commit ee3f9e7538
4 changed files with 81 additions and 27 deletions

View file

@ -79,7 +79,7 @@ private:
union {
UniquePtr <LambdaFunctorWrapper> functor_;
uint8 small_[LamdaSmallBufferLength];
uint8 small_[LamdaSmallBufferLength] { };
};
bool ssoObject_ = false;