From c09280fbfef4cd2dbcb023a426ef2279bdf478a5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 1 Feb 2019 20:43:18 +0000 Subject: [PATCH 1/2] Fixed minor typo in the pod. --- lib/HTTP/Proxy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HTTP/Proxy.pm b/lib/HTTP/Proxy.pm index a234874..33759f5 100644 --- a/lib/HTTP/Proxy.pm +++ b/lib/HTTP/Proxy.pm @@ -867,7 +867,7 @@ Named parameters can be used to create the match routine. They are: query - the URI query string mime - the MIME type (for a response-body filter) -The filters are applied only when all the the parameters match the +The filters are applied only when all the parameters match the request or the response. All these named parameters have default values, which are: From bee2507e1a062c73a62997d982d0ab1e763b496d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 1 Feb 2019 20:44:21 +0000 Subject: [PATCH 2/2] Fixed broken link to section FILTERS. --- lib/HTTP/Proxy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HTTP/Proxy.pm b/lib/HTTP/Proxy.pm index 33759f5..72c3365 100644 --- a/lib/HTTP/Proxy.pm +++ b/lib/HTTP/Proxy.pm @@ -971,7 +971,7 @@ This method is called by C if needed. =item push_filter() The C method is used to add filters to the proxy. -It is fully described in section L. +It is fully described in section L. =back