@@ -203,7 +203,8 @@ Core Library
203203 intermediary, where the child had recently disconnected, and
204204 :data: `DEL_ROUTE <mitogen.core.DEL_ROUTE> ` propagating from the intermediary
205205 to the sender, informing it that the child no longer exists. This condition
206- is detected at the intermediary and a dead message is returned to the sender.
206+ is detected at the intermediary and a :ref: `dead message <IS_DEAD >` is
207+ returned to the sender.
207208
208209 Previously since the intermediary had already removed its route for the
209210 child, the *route messages upwards * rule would be triggered, causing the
@@ -224,10 +225,10 @@ Core Library
224225* `#615 <https://github.com/dw/mitogen/issues/615 >`_: when routing fails to
225226 deliver a message for some reason other than the sender cannot or should not
226227 reach the recipient, and no reply-to address is present on the message,
227- instead send a dead message to the original recipient. This ensures a
228- descriptive messages is delivered to a thread sleeping on the reply to a
229- function call, where the reply might be dropped due to exceeding the maximum
230- configured message size.
228+ instead send a :ref: ` dead message < IS_DEAD >` to the original recipient. This
229+ ensures a descriptive messages is delivered to a thread sleeping on the reply
230+ to a function call, where the reply might be dropped due to exceeding the
231+ maximum configured message size.
231232
232233* `a5536c35 <https://github.com/dw/mitogen/commit/a5536c35 >`_: avoid quadratic
233234 buffer management when logging lines received from a child's redirected
0 commit comments