mirror of
https://github.com/openkmip/pykmip
synced 2025-12-31 07:33:30 +00:00
This change fixes a bug in the KMIP server engine where a missing request credential would cause the session to prematurely terminate. Credential handling may require session termination for missing credentials, but that decision should be made by credential processing not request processing. Fixes #193