Skip to content

Commit

Permalink
Error for http-version; fix xproc#335
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jan 30, 2020
1 parent 2ed067e commit ee95cb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion steps/src/main/xml/steps/http-request.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ converted to lowercase.</para>
<term>http-version (<code>xs:string</code>)</term>
<listitem>
<para>The <literal>http-version</literal> parameter indicates
which version of HTTP <rfc2119>must</rfc2119> be used for the request.</para>
which version of HTTP <rfc2119>must</rfc2119> be used for the request.
<error code="C0129">It is a <glossterm>dynamic error</glossterm> if the
requested HTTP version is not supported.</error></para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down

0 comments on commit ee95cb0

Please sign in to comment.