Skip to content

Commit a04fb34

Browse files
author
Peter Thorson
committed
Merge branch 'stkaufer-pr/820' into develop
# Conflicts: # changelog.md
2 parents a4af806 + 4ccd578 commit a04fb34

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ HEAD
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

websocketpp/transport/asio/connection.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)