mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Add missing end of file call for stapled ocsp responses.
This commit is contained in:
parent
c431d14eed
commit
976677dba2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
%}
|
%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue