Skip to content

Commit

Permalink
Update src/engine.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Reynir Björnsson <[email protected]>
  • Loading branch information
hannesm and reynir authored Sep 27, 2024
1 parent 4424c9b commit 10d2f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine.ml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ let push_request tls =
(Tls.Engine.send_application_data tls [ Packet.push_request ])

let push_reply tls data =
(* a trailing 0 byte.. (String.make 1 '\000') *)
(* a trailing 0 byte.. ("\000") *)
let repl =
String.concat "" [ Packet.push_reply; data; "\000" ]
in
Expand Down

0 comments on commit 10d2f47

Please sign in to comment.