Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuadrix authored May 21, 2020
1 parent a1db064 commit ab0eaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ This happens when there is an attempt to handle the same request more than once.
Because direct requests from the browser to the server are being intercepted by Node, making the establishment of a secure connection between them impossible. However, the requests aren't made by the browser, they are made by Node. All `https` requests made through Node using this module are secure. This is evidenced by the connection property of the response object:


```json
```
connection: TLSSocket {
_tlsOptions: {
secureContext: [SecureContext],
Expand Down

0 comments on commit ab0eaab

Please sign in to comment.