Skip to content

CAR-943 Crash in Eastwood and Chios - websocketpp::transport::asio::connection::handle_async_shutdown_timeout #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

artasano
Copy link

zaphoyd added 30 commits July 8, 2013 11:36
Conflicts:
	examples/scratch_client/SConscript
Conflicts:
	test/extension/permessage_deflate.cpp
	websocketpp/extensions/permessage_deflate/disabled.hpp
	websocketpp/extensions/permessage_deflate/enabled.hpp
	websocketpp/impl/connection_impl.hpp
	websocketpp/message_buffer/message.hpp
	websocketpp/processors/hybi13.hpp
Peter Thorson and others added 22 commits February 2, 2016 09:39
…eferences zaphoyd#459

particularly affected TLS servers and connection close behavior
Fixed uri validator by checking its length.
…col-support

added subprotocol support for hybi00 / hixie76
…t. references zaphoyd#490 zaphoyd#525

There isn't a clean way to implement this performance optimization without adding global state/locking, which performs worse. This should fix
if (socket_con_type::get_raw_socket().is_open()) {
socket_con_type::cancel_socket();
}
// airtime: end

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think this is a fix that we should submit upstream?

…_Crash_in_websocket_pp_async_shutdown_timeout

Conflicts:
	websocketpp/logger/basic.hpp
	websocketpp/logger/syslog.hpp
	websocketpp/roles/server_endpoint.hpp
	websocketpp/transport/asio/connection.hpp
	websocketpp/transport/asio/endpoint.hpp
@artasano artasano force-pushed the feature/CAR-943___Crash_in_websocket_pp_async_shutdown_timeout branch from 3684eed to 57d652e Compare February 27, 2018 20:51
@artasano
Copy link
Author

artasano commented Feb 27, 2018

@jim-wong Merged the upstream.
mediacore and libtecate needed a bit of tweak.

Copy link

@jim-wong jim-wong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me; I haven't looked at mediacore and libtecate yet.

@artasano artasano merged commit 4700b5b into develop Mar 1, 2018
@artasano artasano deleted the feature/CAR-943___Crash_in_websocket_pp_async_shutdown_timeout branch March 1, 2018 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.