Merge pull request #2860 from emedvedev/patch-1

Fix a typo in events.rst
This commit is contained in:
Thomas Kriechbaumer 2018-02-11 14:35:54 +01:00 committed by GitHub
commit b68013927d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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