mirror of
https://github.com/monero-project/monero.git
synced 2025-07-26 19:05:27 -04:00
http_protocol_handler: limit the number of starting newlines
This commit is contained in:
parent
4d15864728
commit
dfd36bbebb
3 changed files with 12 additions and 1 deletions
|
@ -141,6 +141,7 @@ namespace net_utils
|
|||
size_t m_len_summary, m_len_remain;
|
||||
config_type& m_config;
|
||||
bool m_want_close;
|
||||
size_t m_newlines;
|
||||
protected:
|
||||
i_service_endpoint* m_psnd_hndlr;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue