File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
websocketpp/transport/asio Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3131 later compilers. Thank you Matus Kysel for the patch & tests. #792
3232- Reliability: Add a few defensive assertions to guard against corrupted
3333 HTTP message reads. Thank you Oleh Derevenko for reporting. #899
34+ - Bug: Fix null pointer deference in proxy error handling code. Thank you
35+ abitmore for reporting and stkaufer for a patch. #820 #825
3436- Documentation: Added language to explicitly clarify that the library
3537 license is in fact the 3-Clause BSD license. #906
3638- Travis/CI: Updated Travis config to use newer version of ubuntu, and use
Original file line number Diff line number Diff line change @@ -709,7 +709,6 @@ class connection : public config::socket_type::socket_con_type {
709709 if (!m_proxy_data) {
710710 m_elog->write (log::elevel::library,
711711 " assertion failed: !m_proxy_data in asio::connection::proxy_read" );
712- m_proxy_data->timer ->cancel ();
713712 callback (make_error_code (error::general));
714713 return ;
715714 }
You can’t perform that action at this time.
0 commit comments