mirror of https://github.com/aria2/aria2
2010-09-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added note to --enable-http-pipelining option. * doc/aria2c.1.txtpull/1/head
parent
50a89e2592
commit
6136272fb2
|
@ -1,3 +1,8 @@
|
|||
2010-09-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added note to --enable-http-pipelining option.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-09-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Print a message in console when download is not complete.
|
||||
|
|
15
doc/aria2c.1
15
doc/aria2c.1
|
@ -2,12 +2,12 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 09/11/2010
|
||||
.\" Date: 09/15/2010
|
||||
.\" Manual: Aria2 Manual
|
||||
.\" Source: Aria2 1.10.3
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "09/11/2010" "Aria2 1\&.10\&.3" "Aria2 Manual"
|
||||
.TH "ARIA2C" "1" "09/15/2010" "Aria2 1\&.10\&.3" "Aria2 Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -473,6 +473,17 @@ Enable HTTP/1\&.1 persistent connection\&. Default:
|
|||
.RS 4
|
||||
Enable HTTP/1\&.1 pipelining\&. Default:
|
||||
\fIfalse\fR
|
||||
.sp
|
||||
.if n \{\
|
||||
.RS 4
|
||||
.\}
|
||||
.nf
|
||||
In performance perspective, there is no advantage to enable this
|
||||
option for normal case\&.
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.\}
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-header\fR=HEADER
|
||||
|
|
|
@ -1131,6 +1131,11 @@ response header.</td>
|
|||
Enable HTTP/1.1 pipelining.
|
||||
Default: <em>false</em>
|
||||
</p>
|
||||
<div class="literalblock">
|
||||
<div class="content">
|
||||
<pre><tt>In performance perspective, there is no advantage to enable this
|
||||
option for normal case.</tt></pre>
|
||||
</div></div>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
<strong>--header</strong>=HEADER
|
||||
|
@ -4399,7 +4404,7 @@ files in the program, then also delete it here.</p></div>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2010-09-11 21:21:13 JST
|
||||
Last updated 2010-09-15 21:37:52 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -327,6 +327,9 @@ response header.
|
|||
Enable HTTP/1.1 pipelining.
|
||||
Default: 'false'
|
||||
|
||||
In performance perspective, there is no advantage to enable this
|
||||
option for normal case.
|
||||
|
||||
*--header*=HEADER::
|
||||
Append HEADER to HTTP request header.
|
||||
You can use this option repeatedly to specify more than one header:
|
||||
|
|
Loading…
Reference in New Issue