tested proxy, crawl, updatedownload - please do further testing!

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7524 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
sixcooler 2011-02-25 01:16:15 +00:00
parent ad7fcb9d61
commit bcea497644

View File

@ -504,7 +504,7 @@ public class HTTPClient {
private void setHeaders(final HttpUriRequest httpUriRequest) { private void setHeaders(final HttpUriRequest httpUriRequest) {
if (headers != null) { if (headers != null) {
for (final Header header : headers) { for (final Header header : headers) {
httpUriRequest.addHeader(header); httpUriRequest.setHeader(header);
} }
} }
if (realm != null) if (realm != null)