@ -96,7 +96,7 @@ public class CommonsClientHttpRequestFactory implements ClientHttpRequestFactory
@@ -96,7 +96,7 @@ public class CommonsClientHttpRequestFactory implements ClientHttpRequestFactory
if(timeout<0){
thrownewIllegalArgumentException("timeout must be a non-negative value");
@ -54,10 +54,14 @@ final class SimpleClientHttpResponse implements ClientHttpResponse {
@@ -54,10 +54,14 @@ final class SimpleClientHttpResponse implements ClientHttpResponse {
publicHttpHeadersgetHeaders(){
if(this.headers==null){
this.headers=newHttpHeaders();
// Header field 0 is the status line, so we start at 1
// Header field 0 is the status line for most HttpURLConnections, but not on GAE