*) Changed a comment to get rid of this message:

[javac] /home/low012/subversion/yacy/trunk/source/de/anomic/http/httpc.java:1117: warning: unmappable character for encoding UTF8
    [javac]             // if download == null, the get result is stored to a byte[]�and returned,
*) Changed broken link (see: http://forum.yacy-websuche.de/viewtopic.php?t=128)


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3956 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 18 years ago
parent 5702257a5f
commit 1ea5fa2c04

@ -81,7 +81,7 @@
<p>Your basic configuration is complete! You can now (for example):</p>
<ul>
<li><a href="index.html">start an uncensored search</a>;</li>
<li><a href="IndexCreate_p.html">start your own crawl</a> and contribute to the global index, or create your own private web index;</li>
<li><a href="CrawlStartSimple_p.html">start your own crawl</a> and contribute to the global index, or create your own private web index;</li>
<li><a href="ConfigProfile_p.html">set a personal peer profile</a> (optional settings);</li>
<li>just <a href="Network.html">monitor at the network page</a> what the other peers are doing</li>
</ul>::

@ -1114,8 +1114,8 @@ public final class httpc {
httpHeader requestHeader,
File download
) throws IOException {
// if download == null, the get result is stored to a byte[]Êand returned,
// othervise the get is streamed to the file and null is returned
// if download == null, the get result is stored to a byte[] and returned,
// otherwise the get is streamed to the file and null is returned
if (requestHeader == null) requestHeader = new httpHeader();
// setting host authorization header

Loading…
Cancel
Save