Fix a typo in events.rst

This PR fixes a tiny typo in the documentation.
This commit is contained in:
Edward Medvedev 2018-02-11 14:20:53 +01:00 committed by GitHub
parent aa41ff78c2
commit 5eb2d8a813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -100,10 +100,10 @@ HTTP Events
* - .. py:function:: http_connect(flow)
- Called when we receive an HTTP CONNECT request. Setting a non 2xx
response on the flow will return the response to the client abort the
connection. CONNECT requests and responses do not generate the usual
HTTP handler events. CONNECT requests are only valid in regular and
upstream proxy modes.
response on the flow will return the response to the client and abort
the connection. CONNECT requests and responses do not generate the
usual HTTP handler events. CONNECT requests are only valid in regular
and upstream proxy modes.
*flow*
A ``models.HTTPFlow`` object. The flow is guaranteed to have