2010-09-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Added note to --enable-http-pipelining option.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2010-09-15 12:39:55 +00:00
parent 50a89e2592
commit 6136272fb2
4 changed files with 27 additions and 3 deletions

View File

@ -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> 2010-09-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Print a message in console when download is not complete. Print a message in console when download is not complete.

View File

@ -2,12 +2,12 @@
.\" Title: aria2c .\" Title: aria2c
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 09/11/2010 .\" Date: 09/15/2010
.\" Manual: Aria2 Manual .\" Manual: Aria2 Manual
.\" Source: Aria2 1.10.3 .\" Source: Aria2 1.10.3
.\" Language: English .\" 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 .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
@ -473,6 +473,17 @@ Enable HTTP/1\&.1 persistent connection\&. Default:
.RS 4 .RS 4
Enable HTTP/1\&.1 pipelining\&. Default: Enable HTTP/1\&.1 pipelining\&. Default:
\fIfalse\fR \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 .RE
.PP .PP
\fB\-\-header\fR=HEADER \fB\-\-header\fR=HEADER

View File

@ -1131,6 +1131,11 @@ response header.</td>
Enable HTTP/1.1 pipelining. Enable HTTP/1.1 pipelining.
Default: <em>false</em> Default: <em>false</em>
</p> </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> </dd>
<dt class="hdlist1"> <dt class="hdlist1">
<strong>--header</strong>=HEADER <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="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2010-09-11 21:21:13 JST Last updated 2010-09-15 21:37:52 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -327,6 +327,9 @@ response header.
Enable HTTP/1.1 pipelining. Enable HTTP/1.1 pipelining.
Default: 'false' Default: 'false'
In performance perspective, there is no advantage to enable this
option for normal case.
*--header*=HEADER:: *--header*=HEADER::
Append HEADER to HTTP request header. Append HEADER to HTTP request header.
You can use this option repeatedly to specify more than one header: You can use this option repeatedly to specify more than one header: