Skip to content

Commit

Permalink
Merge branch "pr/44".
Browse files Browse the repository at this point in the history
  • Loading branch information
moll committed Aug 31, 2017
2 parents 9e4a0a6 + 2d9ffa3 commit 9bf74e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ Mitm.js](#using) for examples):

Event | Description
-----------|------------
connect | Emitted when a TCP connection is made.<br> Given the client side `Net.Socket` and `options` from `Net.connect`.
connection | Emitted when a TCP connection is made.<br> Given the server side `Net.Socket` and `options` from `Net.connect`.
connect | Emitted when a TCP connection is made.<br> Given the **client side** `Net.Socket` and `options` from `Net.connect`.
connection | Emitted when a TCP connection is made.<br> Given the **server side** `Net.Socket` and `options` from `Net.connect`.
request | Emitted when a HTTP/HTTPS request is made.<br> Given the server side `Http.IncomingMessage` and `Http.ServerResponse`.


Expand Down

0 comments on commit 9bf74e0

Please sign in to comment.