Made Request.size const

This commit is contained in:
tastytea 2018-11-26 05:22:49 +01:00
parent b18e630174
commit 69579902e2
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace http // http.cpp
struct Request
{
const string digest;
uint16_t size;
const uint16_t size;
const string fallback;
};