Add missing end of file call for stapled ocsp responses.

This commit is contained in:
Johanna Amann 2017-02-14 12:19:08 -08:00
parent c431d14eed
commit 976677dba2

View file

@ -235,7 +235,7 @@ refine connection Handshake_Conn += {
(const char*) response.data()), (const char*) response.data()),
status_type); status_type);
file_mgr->EndOfFile(file_id);
} }
return true; return true;
%} %}