You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by "Joseph M." <jo...@gmail.com> on 2007/09/20 20:53:02 UTC

Changing HTTP/1.0 to HTTP/1.1

Nutch uses HTTP/1.0 GET request. if I change the java program in
HttpResponse.java to reqStr.append(" HTTP/1.1\r\n"); will it create
any problem?