Commit 07faacda authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_hexdump_connection.md

parent 84648445
...@@ -7,7 +7,7 @@ signature: | ...@@ -7,7 +7,7 @@ signature: |
const void *buf, int num_bytes, int ev); const void *buf, int num_bytes, int ev);
--- ---
Generates human-readable hexdump of the data sent or received by connection. Generates human-readable hexdump of the data sent or received by the connection.
`path` is a file name where hexdump should be written. `num_bytes` is `path` is a file name where hexdump should be written. `num_bytes` is
a number of bytes sent/received. `ev` is one of the `MG_*` events sent to a number of bytes sent/received. `ev` is one of the `MG_*` events sent to
an event handler. This function is supposed to be called from the an event handler. This function is supposed to be called from the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment