Site icon EfmSoft

What does NTSTATUS 0xC0000241 (STATUS_CONNECTION_ABORTED) mean?

 
Previous Next
STATUS_REQUEST_ABORTED STATUS_BAD_COMPRESSION_BUFFER

STATUS_CONNECTION_ABORTED

The local transport aborted the connection

An aborted connection did not complete an orderly lifetime. Capture the first local or peer error that caused the abort, because later reads and writes will only report the already-broken connection state.

This is an abrupt local-side termination. It can be caused by cancellation, local policy, resource pressure, adapter loss, or a protocol stack decision.

What to inspect

  • Check local cancellation and timeout paths.
  • Look for adapter reset or service stop around the same time.
  • Distinguish local abort from remote reset.

References for STATUS_CONNECTION_ABORTED


Looking for a different code? Search another status or error code.

Exit mobile version