Skip to content

Commit

Permalink
context/http.xml: remove the extra dot character (#3491)
Browse files Browse the repository at this point in the history
* context/http.xml: remove the extra dot character

* Update http.xml
  • Loading branch information
mmalferov authored Jul 7, 2024
1 parent ab49972 commit 5c2a2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/context/http.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</term>
<listitem>
<para>
URI specifying address of proxy server. (e.g.
URI specifying address of proxy server (e.g.
<literal>tcp://proxy.example.com:5100</literal>).
</para>
</listitem>
Expand All @@ -101,7 +101,7 @@
<listitem>
<para>
When set to &true;, the entire URI will be used when
constructing the request. (e.g.
constructing the request (e.g.
<literal>GET http://www.example.com/path/to/file.html HTTP/1.0</literal>).
While this is a non-standard request format, some
proxy servers require it.
Expand Down

0 comments on commit 5c2a2c9

Please sign in to comment.