android-openrat

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6574f5989f065ceb50696c12f7dcf6d6074ca297
parent e1a1501f23ce2cd2b3f34aacf688d0372ec7c696
Author: dankert <devnull@localhost>
Date:   Fri, 21 Oct 2011 00:30:34 +0200

Bei STatus != 200 wieder abbrechen...

Diffstat:
src/de/openrat/client/HTTPRequest.java | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/de/openrat/client/HTTPRequest.java b/src/de/openrat/client/HTTPRequest.java @@ -486,8 +486,8 @@ public class HTTPRequest implements Serializable { // non-200-status seems to be an error. - //throw new IOException("No HTTP 200: Status=" + httpRetCode - // + " (" + httpResponse + ")"); + throw new IOException("No HTTP 200: Status=" + httpRetCode + + " (" + httpResponse + ")"); } while (true)