Add changes file for connection_mark_for_close()/connection_mark_and_flush() or_connection_t checking

This commit is contained in:
Andrea Shepard 2012-11-10 02:38:40 -08:00
parent 99e82cab30
commit fc1a9a13cf

View File

@ -0,0 +1,4 @@
o Minor bugfixes:
- Check for closing an or_connection_t without going through correct
channel functions; emit a warning and then call
connection_or_close_for_error() so we don't assert as in 7212 and 7267.