diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-05-31 14:54:55 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-05-31 14:54:55 -0500 |
commit | 8a7b3ff13858c5d879530c99de5c723c88429342 (patch) | |
tree | 985ab3b201002a86714731fe080b3c223f930bee /contrib/epee/include/net/http_protocol_handler.h | |
parent | Merge pull request #3640 (diff) | |
parent | http_protocol_handler: limit the number of starting newlines (diff) | |
download | monero-8a7b3ff13858c5d879530c99de5c723c88429342.tar.xz |
Merge pull request #3866
6a58c88 console_handler: fix start_default_console use of prompt parameter (moneromooo-monero)
885a117 http_protocol_handler: speedup newline discarding (moneromooo-monero)
4d15864 abstract_tcp_server2: timeout on RPC connections (moneromooo-monero)
dfd36bb http_protocol_handler: limit the number of starting newlines (moneromooo-monero)
Diffstat (limited to 'contrib/epee/include/net/http_protocol_handler.h')
-rw-r--r-- | contrib/epee/include/net/http_protocol_handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/epee/include/net/http_protocol_handler.h b/contrib/epee/include/net/http_protocol_handler.h index b4485d1cd..e602fac2b 100644 --- a/contrib/epee/include/net/http_protocol_handler.h +++ b/contrib/epee/include/net/http_protocol_handler.h @@ -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; }; |