Use HTTP/1.0 to avoid chunked replies

Fixes^WWorkaround #2408
pull/13/head
Jean Raby 2013-09-17 09:07:53 -04:00
parent baacf8516d
commit 60d6abe542
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@
[httpConnection autorelease];
request = [[WORequest alloc] initWithMethod: @"GET"
uri: [requestURL hostlessURL]
httpVersion: @"HTTP/1.1"
httpVersion: @"HTTP/1.0"
headers: nil content: nil
userInfo: nil];
[request autorelease];